diff options
author | dianlujitao <dianlujitao@lineageos.org> | 2020-02-22 11:30:37 +0800 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-04-30 00:49:34 +0300 |
commit | 69879825f718dbbb7caf5fc41d8f6e43376b008d (patch) | |
tree | 7be1f34258bd7ccc7ae4c2ff6d1845ec40093bb6 /vndk/vndk-ext-libs.mk | |
parent | c73b61f2bb4d59485de0cd3bd0f60222d4c930a7 (diff) |
sdm660-common: Copy extra system libs to vendor
Change-Id: I0a086920c855da3a39e8a1c902a206d60a743495
Diffstat (limited to 'vndk/vndk-ext-libs.mk')
-rw-r--r-- | vndk/vndk-ext-libs.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vndk/vndk-ext-libs.mk b/vndk/vndk-ext-libs.mk new file mode 100644 index 0000000..a4f4de8 --- /dev/null +++ b/vndk/vndk-ext-libs.mk @@ -0,0 +1,3 @@ +EXTRA_VENDOR_LIBRARIES := \ + android.hidl.base@1.0 \ + libpowermanager |