diff options
Diffstat (limited to 'target/product/full_mips64.mk')
-rw-r--r-- | target/product/full_mips64.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/product/full_mips64.mk b/target/product/full_mips64.mk index 3f171e0..408e81c 100644 --- a/target/product/full_mips64.mk +++ b/target/product/full_mips64.mk @@ -19,6 +19,7 @@ # mips64 build quite specifically for the emulator, and might not be # entirely appropriate to inherit from for on-device configurations. +$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk) $(call inherit-product, $(SRC_TARGET_DIR)/board/generic_mips64/device.mk) |