Declare location of device manifest

Bug: 36810913
Bug: 36983271
Test: make and inspect $OUT/vendor/manifest.xml
Change-Id: I2a3a6adc7193d95875729e93a987cb7c11aab7aa
This commit is contained in:
Michael Schwartz
2017-04-19 14:07:38 -07:00
parent 9e627ea90b
commit db0322a532
2 changed files with 3 additions and 4 deletions

View File

@@ -136,3 +136,6 @@ TARGET_USES_COLOR_METADATA := true
# Charger Mode
BOARD_CHARGER_ENABLE_SUSPEND := true
# Vendor Interface Manifest
DEVICE_MANIFEST_FILE := device/google/wahoo/manifest.xml

View File

@@ -76,10 +76,6 @@ endif
MSM_VIDC_TARGET_LIST := msm8998 # Get the color format from kernel headers
MASTER_SIDE_CP_TARGET_LIST := msm8998 # ION specific settings
# Vendor Interface Manifest
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/manifest.xml:$(TARGET_COPY_OUT_VENDOR)/manifest.xml
# A/B support
PRODUCT_PACKAGES += \
otapreopt_script \