diff options
author | dianlujitao <dianlujitao@lineageos.org> | 2021-02-18 17:11:39 +0800 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2021-03-21 13:58:54 +0100 |
commit | fa55b7ca14307218264487ca85e30cfa5b987a1c (patch) | |
tree | 07a91e6842330308594a00407a38fe8a5d003263 | |
parent | 72b6170c4a4b31da0ab0ad709f5053c785714596 (diff) |
Add AIDL lineage power HAL to VndkMustUseVendorVariantList
Change-Id: I0e315f8fb9cc6be284574943d1629e6f4b0265b1
-rw-r--r-- | cc/config/vndk.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/config/vndk.go b/cc/config/vndk.go index 6f2e80741..2c4e5f280 100644 --- a/cc/config/vndk.go +++ b/cc/config/vndk.go @@ -47,4 +47,5 @@ var VndkMustUseVendorVariantList = []string{ "libstagefright_xmlparser", "libui", "libxml2", + "vendor.lineage.power-ndk_platform", } |