diff options
Diffstat (limited to 'aosp_common.mk')
-rw-r--r-- | aosp_common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aosp_common.mk b/aosp_common.mk index ce30f4f1..7cf42e32 100644 --- a/aosp_common.mk +++ b/aosp_common.mk @@ -17,7 +17,7 @@ # # All components inherited here go to system image # -$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit_only.mk) +$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/generic_system.mk) # Enable CSI checking |