emulator: fix full-eng build on aosp
BUG: 153361966 Test: Build full-eng Change-Id: I0e8f065cf875d19be705430c642922f2c9a39d76
This commit is contained in:
parent
ac74429171
commit
0f9c766320
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue