remove emulator_vendor.mk from aosp_arm64.mk

Continue the removal of emulator-specific bits from the generic
aosp_arm64 product.

Bug: 111538404
Change-Id: I97a8083bfdc3881ab70aaf73e9ace58435ddbc67
This commit is contained in:
Steve Muckle 2020-04-29 11:04:00 -07:00
parent 643724cbbc
commit a780171da6
1 changed files with 2 additions and 4 deletions

View File

@ -48,10 +48,8 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/telephony_system_ext.mk)
# #
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_product.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_product.mk)
# PRODUCT_FULL_TREBLE_OVERRIDE := true
# All components inherited here go to vendor or vendor_boot image
#
$(call inherit-product, $(SRC_TARGET_DIR)/product/emulator_vendor.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/board/generic_arm64/device.mk) $(call inherit-product, $(SRC_TARGET_DIR)/board/generic_arm64/device.mk)
# #