From 0f9c7663208e2bfa1064ab965e4292374befdd76 Mon Sep 17 00:00:00 2001 From: bohu Date: Mon, 6 Apr 2020 12:58:43 -0700 Subject: [PATCH] emulator: fix full-eng build on aosp BUG: 153361966 Test: Build full-eng Change-Id: I0e8f065cf875d19be705430c642922f2c9a39d76 --- target/product/full.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/product/full.mk b/target/product/full.mk index b356f9d424..adb54ab662 100644 --- a/target/product/full.mk +++ b/target/product/full.mk @@ -19,6 +19,7 @@ # build quite specifically for the emulator, and might not be # entirely appropriate to inherit from for on-device configurations. +$(call inherit-product-if-exists, device/generic/goldfish/arm32-vendor.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/emulator.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk) $(call inherit-product, $(SRC_TARGET_DIR)/board/generic/device.mk)