Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5959c020 authored by Kiyoung Kim's avatar Kiyoung Kim
Browse files

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
parent bf69b90e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 \
+1 −0
Original line number Diff line number Diff line
@@ -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 \