Move vendor module into base_vendor
There is a vendor module android.hidl.memory@1.0-impl.vendor which is defined in the base_system. Based on the definition of base_system.mk and base_vendor.mk, this module is better to be located in the base_vendor.mk. This change moves the module from base_system into base_vendor. Bug: 301344301 Test: Cuttlefish build succeeded Change-Id: I6dba5ec2380028b1b2c629f901db996c518e3f72
This commit is contained in:
@@ -22,7 +22,6 @@ PRODUCT_PACKAGES += \
|
||||
android.hidl.base-V1.0-java \
|
||||
android.hidl.manager-V1.0-java \
|
||||
android.hidl.memory@1.0-impl \
|
||||
android.hidl.memory@1.0-impl.vendor \
|
||||
android.system.suspend-service \
|
||||
android.test.base \
|
||||
android.test.mock \
|
||||
|
@@ -46,6 +46,7 @@ PRODUCT_HOST_PACKAGES += \
|
||||
|
||||
# Base modules and settings for the vendor partition.
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hidl.memory@1.0-impl.vendor \
|
||||
com.android.hardware.cas \
|
||||
boringssl_self_test_vendor \
|
||||
dumpsys_vendor \
|
||||
|
Reference in New Issue
Block a user