commit | 768011e1c11ea8b66e2fa9a1391b046f7e901448 | [log] [tgz] |
---|---|---|
author | Justin Yun <justinyun@google.com> | Thu Aug 03 16:09:30 2017 +0900 |
committer | Justin Yun <justinyun@google.com> | Mon Aug 07 17:47:51 2017 +0900 |
tree | e15d37f7bb643316a07f1928b8d210115b5de0c1 | |
parent | a129dc9c86c0ba4e2bc4ba14f4936e29b051f8b1 [diff] [blame] |
Update makefiles for vndk-sp. libhidlmemory and android.hidl.memory@1.0 are vndk-sp. They must have "support_system_process: true" in "vndk" property. Bug: 63866913 Test: build and boot with BOARD_VNDK_VERSION=current Merged-In: I0c1ec63d5c5d32e11b578f2f09a897e0129271e7 Change-Id: I0c1ec63d5c5d32e11b578f2f09a897e0129271e7 (cherry picked from commit 0727497c62ee470bc43155f3f1dcc46fd4382510)
diff --git a/transport/memory/1.0/Android.bp b/transport/memory/1.0/Android.bp index 7d5ca01..b6044c2 100644 --- a/transport/memory/1.0/Android.bp +++ b/transport/memory/1.0/Android.bp
@@ -51,6 +51,7 @@ vendor_available: true, vndk: { enabled: true, + support_system_process: true, }, shared_libs: [ "libhidlbase",