From ab3f2562aa5d1aa18a0c648a38f196b351ceddcd Mon Sep 17 00:00:00 2001 From: Pat Tjin Date: Mon, 10 Jan 2022 15:50:41 -0800 Subject: Remove 64-bit-only configs and default to 64-bit-only Remove option for _64 and default to 64-bit only builds. Removes the (out of date) manifest_64 files. Removes OMX since it is not supported for 64-bits. Bug: 213924541 Test: Build, Boot, YouTube playback, Play store, Camera Signed-off-by: Pat Tjin Change-Id: I1e97903b598a2fff46d912a009b2bc73f1b0f466 --- aosp_common.mk | 4 ---- 1 file changed, 4 deletions(-) (limited to 'aosp_common.mk') diff --git a/aosp_common.mk b/aosp_common.mk index e2d5d43..52ea597 100644 --- a/aosp_common.mk +++ b/aosp_common.mk @@ -17,11 +17,7 @@ # # 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 CSI checking -- cgit v1.2.3