Loading target/product/aosp_arm.mk +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ # - VNDK enforcement # - compatible property override enabled include device/generic/goldfish/arm32-vendor.mk -include device/generic/goldfish/arm32-vendor.mk include $(SRC_TARGET_DIR)/product/full.mk Loading target/product/aosp_arm64.mk +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ # build quite specifically for the emulator, and might not be # entirely appropriate to inherit from for on-device configurations. include device/generic/goldfish/arm64-vendor.mk -include device/generic/goldfish/arm64-vendor.mk # Copy different zygote settings for vendor.img to select by setting property # ro.zygote=zygote64_32 or ro.zygote=zygote32_64: Loading target/product/aosp_x86.mk +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ # - VNDK enforcement # - compatible property override enabled include device/generic/goldfish/x86-vendor.mk -include device/generic/goldfish/x86-vendor.mk include $(SRC_TARGET_DIR)/product/full_x86.mk Loading target/product/aosp_x86_64.mk +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ # build quite specifically for the emulator, and might not be # entirely appropriate to inherit from for on-device configurations. include device/generic/goldfish/x86_64-vendor.mk -include device/generic/goldfish/x86_64-vendor.mk # Copy different zygote settings for vendor.img to select by setting property # ro.zygote=zygote64_32 or ro.zygote=zygote32_64: Loading target/product/emulator.mk +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ PRODUCT_CHARACTERISTICS := emulator PRODUCT_FULL_TREBLE_OVERRIDE := true # goldfish vendor partition configurations $(call inherit-product, device/generic/goldfish/vendor.mk) $(call inherit-product-if-exists, device/generic/goldfish/vendor.mk) #watchdog tiggers reboot because location service is not #responding, disble it for now. Loading Loading
target/product/aosp_arm.mk +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ # - VNDK enforcement # - compatible property override enabled include device/generic/goldfish/arm32-vendor.mk -include device/generic/goldfish/arm32-vendor.mk include $(SRC_TARGET_DIR)/product/full.mk Loading
target/product/aosp_arm64.mk +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ # build quite specifically for the emulator, and might not be # entirely appropriate to inherit from for on-device configurations. include device/generic/goldfish/arm64-vendor.mk -include device/generic/goldfish/arm64-vendor.mk # Copy different zygote settings for vendor.img to select by setting property # ro.zygote=zygote64_32 or ro.zygote=zygote32_64: Loading
target/product/aosp_x86.mk +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ # - VNDK enforcement # - compatible property override enabled include device/generic/goldfish/x86-vendor.mk -include device/generic/goldfish/x86-vendor.mk include $(SRC_TARGET_DIR)/product/full_x86.mk Loading
target/product/aosp_x86_64.mk +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ # build quite specifically for the emulator, and might not be # entirely appropriate to inherit from for on-device configurations. include device/generic/goldfish/x86_64-vendor.mk -include device/generic/goldfish/x86_64-vendor.mk # Copy different zygote settings for vendor.img to select by setting property # ro.zygote=zygote64_32 or ro.zygote=zygote32_64: Loading
target/product/emulator.mk +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ PRODUCT_CHARACTERISTICS := emulator PRODUCT_FULL_TREBLE_OVERRIDE := true # goldfish vendor partition configurations $(call inherit-product, device/generic/goldfish/vendor.mk) $(call inherit-product-if-exists, device/generic/goldfish/vendor.mk) #watchdog tiggers reboot because location service is not #responding, disble it for now. Loading