• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

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

device/generic/common


Commit MetaInfo

Révision72868cf01fd83bd95445ac5788eb0cac6ca24cbf (tree)
l'heure2017-06-21 21:02:46
AuteurLogan Chien <loganchien@goog...>
CommiterLogan Chien

Message 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

Merged-In: I20b6bce4e55b031645f3a0f4fd2c72fdcc573248
Change-Id: I95035a2a73c8ca504f9ae77842b2d5c3018dfa3c

Change Summary

Modification

--- 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 \