Merge "device_(manifest|matrix).xml -> vendor_*"

am: 2e4f20f540

Change-Id: I291ec3a86cb4bfb08559abb61b54e1184b2459d8
This commit is contained in:
Yifan Hong 2020-01-15 20:10:10 -08:00 committed by android-build-merger
commit fe1bb53543
3 changed files with 3 additions and 3 deletions

View file

@ -1034,7 +1034,7 @@ endef
# variables being set. # variables being set.
define auto-included-modules define auto-included-modules
$(if $(BOARD_VNDK_VERSION),vndk_package) \ $(if $(BOARD_VNDK_VERSION),vndk_package) \
$(if $(DEVICE_MANIFEST_FILE),device_manifest.xml) \ $(if $(DEVICE_MANIFEST_FILE),vendor_manifest.xml) \
$(if $(ODM_MANIFEST_FILES),odm_manifest.xml) \ $(if $(ODM_MANIFEST_FILES),odm_manifest.xml) \
$(if $(ODM_MANIFEST_SKUS),$(foreach sku, $(ODM_MANIFEST_SKUS),odm_manifest_$(sku).xml)) \ $(if $(ODM_MANIFEST_SKUS),$(foreach sku, $(ODM_MANIFEST_SKUS),odm_manifest_$(sku).xml)) \

View file

@ -34,7 +34,7 @@ endif
ifdef DEVICE_MANIFEST_FILE ifdef DEVICE_MANIFEST_FILE
# $(DEVICE_MANIFEST_FILE) can be a list of files # $(DEVICE_MANIFEST_FILE) can be a list of files
include $(CLEAR_VARS) include $(CLEAR_VARS)
LOCAL_MODULE := device_manifest.xml LOCAL_MODULE := vendor_manifest.xml
LOCAL_MODULE_STEM := manifest.xml LOCAL_MODULE_STEM := manifest.xml
LOCAL_MODULE_CLASS := ETC LOCAL_MODULE_CLASS := ETC
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR)/etc/vintf LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR)/etc/vintf

View file

@ -72,7 +72,7 @@ PRODUCT_PACKAGES += \
# VINTF data for vendor image # VINTF data for vendor image
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
device_compatibility_matrix.xml \ vendor_compatibility_matrix.xml \
# Packages to update the recovery partition, which will be installed on # Packages to update the recovery partition, which will be installed on
# /vendor. TODO(b/141648565): Don't install these unless they're needed. # /vendor. TODO(b/141648565): Don't install these unless they're needed.