Loading core/envsetup.mk +1 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,7 @@ CORRECT_BUILD_ENV_SEQUENCE_NUMBER := 13 # --------------------------------------------------------------- # The product defaults to generic on hardware ifeq ($(TARGET_PRODUCT),) TARGET_PRODUCT := aosp_arm TARGET_PRODUCT := aosp_arm64 endif Loading target/product/aosp_arm64.mk +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/handheld_system_ext.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/telephony_system_ext.mk) # pKVM $(call inherit-product, packages/modules/Virtualization/apex/product_packages.mk) $(call inherit-product-if-exists, packages/modules/Virtualization/apex/product_packages.mk) # # All components inherited here go to product image Loading Loading
core/envsetup.mk +1 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,7 @@ CORRECT_BUILD_ENV_SEQUENCE_NUMBER := 13 # --------------------------------------------------------------- # The product defaults to generic on hardware ifeq ($(TARGET_PRODUCT),) TARGET_PRODUCT := aosp_arm TARGET_PRODUCT := aosp_arm64 endif Loading
target/product/aosp_arm64.mk +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/handheld_system_ext.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/telephony_system_ext.mk) # pKVM $(call inherit-product, packages/modules/Virtualization/apex/product_packages.mk) $(call inherit-product-if-exists, packages/modules/Virtualization/apex/product_packages.mk) # # All components inherited here go to product image Loading