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

Commit 3cf0c775 authored by Spandan Das's avatar Spandan Das
Browse files

Mark android.hardware.drm@latest-service.clearkey as vendor

As part of the make to soong conversion, we are currently autogenerating
android_filesystem soong modules for each partition (system, system_ext,
vendor, ...), with the goal to eventually substitute the kati built
partitions. In order to generate the deps of these partitions, we are
currently using a heuristic to classify the modules in
`PRODUCT_PACKAGES` with the associated partition.

Mark the phony module `android.hardware.drm@latest-service.clearkey` as
`vendor: true` to help with this conversion heursitic.

Bug: 374371755
Test: verified that om.android.hardware.drm.clearkey.apex is present in the autogenerated soong-built
vendor partition

Change-Id: I4278e44b42b02877c46c66b3ddbe8e314369f270
parent fac75d42
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -133,6 +133,7 @@ phony {
    required: [
        "com.android.hardware.drm.clearkey",
    ],
    vendor: true,
}

cc_defaults {