• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

device/generic/common


Commit MetaInfo

Revisão59dc7e2f3b0aa170c857a58348ff0043abfce70c (tree)
Hora2017-06-21 20:51:38
AutorLogan Chien <loganchien@goog...>
CommiterLogan Chien

Mensagem de Log

vndk-sp: Copy libhidlmemory.so to vndk-sp

This commit copies libhidlmemory.so and its dependencies to vndk-sp
directory because some vendors' GLES implementation relies on
libhidlmemory.so. Check http://b/35107583#comment15 for the context.

Bug: 35107583
Test: libhidlmemory, android.hidl.memory@1.0, and
android.hidl.memory@1.0-impl are installed into /system/lib[64]/vndk-sp
Test: sailfish boots

Change-Id: I20b6bce4e55b031645f3a0f4fd2c72fdcc573248

Mudança Sumário

Diff

--- a/vndk/vndk-sp-libs.mk
+++ b/vndk/vndk-sp-libs.mk
@@ -3,6 +3,8 @@ VNDK_SP_LIBRARIES := \
33 android.hardware.graphics.mapper@2.0 \
44 android.hardware.graphics.common@1.0 \
55 android.hardware.renderscript@1.0 \
6+ android.hidl.memory@1.0 \
7+ android.hidl.memory@1.0-impl \
68 libRSCpuRef \
79 libRSDriver \
810 libRS_internal \
@@ -16,6 +18,7 @@ VNDK_SP_LIBRARIES := \
1618 libft2 \
1719 libhardware \
1820 libhidlbase \
21+ libhidlmemory \
1922 libhidltransport \
2023 libhwbinder \
2124 libion \