Manually update makefile for vndk-sp hidl libs.

vndk-sp is not automatically tagged by hidl-gen.
For vndk-sp libs, "support_system_process: true" is manually added
in "vndk" property.

Bug: 63866913
Test: build and boot with BOARD_VNDK_VERSION=current
Merged-In: I2b18d691411e58dc55bcdfa39ecb3659242c8437
Change-Id: I2b18d691411e58dc55bcdfa39ecb3659242c8437
(cherry picked from commit f2bd6c12a2)
This commit is contained in:
Justin Yun
2017-08-04 14:40:55 +09:00
parent 5e59402492
commit 282278fa9e

View File

@@ -55,6 +55,7 @@ cc_library {
vendor_available: true,
vndk: {
enabled: true,
support_system_process: true,
},
shared_libs: [
"libhidlbase",