diff --git a/target/product/aosp_arm.mk b/target/product/aosp_arm.mk index 4b94b7ead..b872f48fc 100644 --- a/target/product/aosp_arm.mk +++ b/target/product/aosp_arm.mk @@ -14,7 +14,7 @@ # limitations under the License. # -include device/generic/goldfish/arm32-vendor.mk +-include device/generic/goldfish/arm32-vendor.mk # TODO(b/78308559): includes vr_hwc into GSI before vr_hwc move to vendor PRODUCT_PACKAGES += \ diff --git a/target/product/aosp_arm64.mk b/target/product/aosp_arm64.mk index 4b566f012..33defe144 100644 --- a/target/product/aosp_arm64.mk +++ b/target/product/aosp_arm64.mk @@ -19,7 +19,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: diff --git a/target/product/aosp_x86.mk b/target/product/aosp_x86.mk index bfc7e3829..9ba952343 100644 --- a/target/product/aosp_x86.mk +++ b/target/product/aosp_x86.mk @@ -14,7 +14,7 @@ # limitations under the License. # -include device/generic/goldfish/x86-vendor.mk +-include device/generic/goldfish/x86-vendor.mk # TODO(b/78308559): includes vr_hwc into GSI before vr_hwc move to vendor PRODUCT_PACKAGES += \ diff --git a/target/product/aosp_x86_64.mk b/target/product/aosp_x86_64.mk index a810368ac..7afc7825d 100644 --- a/target/product/aosp_x86_64.mk +++ b/target/product/aosp_x86_64.mk @@ -19,7 +19,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: diff --git a/target/product/emulator.mk b/target/product/emulator.mk index 4d482fa86..f6e101143 100644 --- a/target/product/emulator.mk +++ b/target/product/emulator.mk @@ -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.