diff options
author | davidevinavil <davidevinavil@gmail.com> | 2019-01-16 12:54:06 +0100 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-04-30 00:48:53 +0300 |
commit | 548b51fb8260292406aecad5e0b2759cfabb367e (patch) | |
tree | 9c432cd6cde82c2b36f1203e449a14fca4c0267c /vndk/vndk-sp-libs.mk | |
parent | 95a379d8ec82e5ad842fbdba4aa0924fd2fdf1f4 (diff) |
sdm660-common: Use BOARD_VNDK_VERSION := current
Change-Id: Iaf796d8002f958451ecfc7aa842efee1cc2c717a
Diffstat (limited to 'vndk/vndk-sp-libs.mk')
-rw-r--r-- | vndk/vndk-sp-libs.mk | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/vndk/vndk-sp-libs.mk b/vndk/vndk-sp-libs.mk deleted file mode 100644 index 11dc236..0000000 --- a/vndk/vndk-sp-libs.mk +++ /dev/null @@ -1,33 +0,0 @@ -VNDK_SP_LIBRARIES := \ - android.hardware.graphics.allocator@2.0 \ - android.hardware.graphics.mapper@2.0 \ - android.hardware.graphics.mapper@2.1 \ - android.hardware.graphics.common@1.0 \ - android.hardware.graphics.common@1.1 \ - android.hardware.renderscript@1.0 \ - android.hidl.base@1.0 \ - android.hidl.memory@1.0 \ - libRSCpuRef \ - libRSDriver \ - libRS_internal \ - libbacktrace \ - libbase \ - libbcinfo \ - libblas \ - libc++ \ - libcompiler_rt \ - libcutils \ - libft2 \ - libhardware \ - libhidlbase \ - libhidlmemory \ - libhidltransport \ - libhwbinder \ - libion \ - liblzma \ - libpng \ - libunwind \ - libunwindstack \ - libutils \ - libutilscallstack \ - libdexfile |