diff options
author | padarshr <padarshr@codeaurora.org> | 2017-07-12 16:46:43 +0530 |
---|---|---|
committer | Isaac Chen <isaacchen@isaacchen.cn> | 2018-07-13 00:02:51 +0800 |
commit | 62ca3a07ab64e48bd89377e000e6c540d962b1a2 (patch) | |
tree | 8f380563b9f50bfda4468b481e71e89fb7351d30 /vndk/vndk-sp-libs.mk | |
parent | 8e4c18602ded397e51564ea7ad3a596ad54529f3 (diff) |
wayne: Update vndk-sp build mechanism and library set.
This change is to add some more libraries needed to
be present in the vndk-sp library set. Also, move towards
a better the mechanism to build vndk-sp.
Signed-off-by: Isaac Chen <isaacchen@isaacchen.cn>
Diffstat (limited to 'vndk/vndk-sp-libs.mk')
-rw-r--r-- | vndk/vndk-sp-libs.mk | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/vndk/vndk-sp-libs.mk b/vndk/vndk-sp-libs.mk new file mode 100644 index 0000000..19345bb --- /dev/null +++ b/vndk/vndk-sp-libs.mk @@ -0,0 +1,28 @@ +VNDK_SP_LIBRARIES := \ + android.hardware.graphics.allocator@2.0 \ + android.hardware.graphics.mapper@2.0 \ + android.hardware.graphics.common@1.0 \ + 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 \ + libutils \ |