mirror of
https://github.com/Evolution-X-Devices/device_google_redfin
synced 2026-01-30 03:20:51 +00:00
Merge "Inherit from core_64_bit_only for 64 bit only builds." into sc-dev
This commit is contained in:
@@ -17,7 +17,11 @@
|
||||
#
|
||||
# All components inherited here go to system image
|
||||
#
|
||||
ifeq (,$(filter %_64,$(TARGET_PRODUCT)))
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
|
||||
else
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit_only.mk)
|
||||
endif
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/generic_system.mk)
|
||||
|
||||
# Enable mainline checking
|
||||
|
||||
Reference in New Issue
Block a user