Merge "move device_manifest.xml to base_vendor.mk"
am: bc15d75e5c
Change-Id: I9d6a6164cc19f6d1059373907010ace556784a8c
This commit is contained in:
commit
8b55abd98f
2 changed files with 6 additions and 3 deletions
|
@ -250,9 +250,8 @@ PRODUCT_PACKAGES += \
|
|||
wifi-service \
|
||||
wm \
|
||||
|
||||
# VINTF data
|
||||
# VINTF data for system image
|
||||
PRODUCT_PACKAGES += \
|
||||
device_manifest.xml \
|
||||
framework_manifest.xml \
|
||||
framework_compatibility_matrix.xml \
|
||||
|
||||
|
|
|
@ -27,7 +27,6 @@ PRODUCT_PACKAGES += \
|
|||
android.hardware.cas@1.0-service \
|
||||
android.hardware.configstore@1.1-service \
|
||||
android.hardware.media.omx@1.0-service \
|
||||
device_compatibility_matrix.xml \
|
||||
fs_config_files_nonsystem \
|
||||
fs_config_dirs_nonsystem \
|
||||
gralloc.default \
|
||||
|
@ -49,3 +48,8 @@ PRODUCT_PACKAGES += \
|
|||
shell_and_utilities_vendor \
|
||||
vndservice \
|
||||
vndservicemanager \
|
||||
|
||||
# VINTF data for vendor image
|
||||
PRODUCT_PACKAGES += \
|
||||
device_manifest.xml \
|
||||
device_compatibility_matrix.xml \
|
||||
|
|
Loading…
Reference in a new issue