mirror of
https://github.com/Evolution-X-Devices/device_google_redfin
synced 2026-01-27 14:26:37 +00:00
Inline usages of LOCAL_STEM
Having no variables in include/inherit-product statements makes the conversion to starlark cleaner. Bug: 211659921 Test: Presubmits Change-Id: I6987850b507da5b054d45ccaeda8220a58e823a4
This commit is contained in:
@@ -12,7 +12,5 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
LOCAL_STEM := redfin/BoardConfigPartial.mk
|
||||
|
||||
-include vendor/google_devices/$(LOCAL_STEM)
|
||||
-include vendor/qcom/$(LOCAL_STEM)
|
||||
-include vendor/google_devices/redfin/BoardConfigPartial.mk
|
||||
-include vendor/qcom/redfin/BoardConfigPartial.mk
|
||||
|
||||
@@ -12,7 +12,5 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
LOCAL_STEM := redfin/device-partial.mk
|
||||
|
||||
$(call inherit-product-if-exists, vendor/google_devices/$(LOCAL_STEM))
|
||||
$(call inherit-product-if-exists, vendor/qcom/$(LOCAL_STEM))
|
||||
$(call inherit-product-if-exists, vendor/google_devices/redfin/device-partial.mk)
|
||||
$(call inherit-product-if-exists, vendor/qcom/redfin/device-partial.mk)
|
||||
|
||||
Reference in New Issue
Block a user