summaryrefslogtreecommitdiffstats
path: root/renderscript
diff options
context:
space:
mode:
authorJustin Yun <justinyun@google.com>2017-08-04 14:40:55 +0900
committerJustin Yun <justinyun@google.com>2017-08-08 17:10:25 +0900
commit282278fa9ec8aa09446f2a390560b4e754bdbc88 (patch)
treeb012c38907f39a8c404a387820f55a1d66be6a32 /renderscript
parent5e5940249276d1f2d5c9b13c29232345475a536c (diff)
downloadandroid_hardware_interfaces-282278fa9ec8aa09446f2a390560b4e754bdbc88.tar.gz
android_hardware_interfaces-282278fa9ec8aa09446f2a390560b4e754bdbc88.tar.bz2
android_hardware_interfaces-282278fa9ec8aa09446f2a390560b4e754bdbc88.zip
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 f2bd6c12a2417fd10f512b3194bb0670be2e5fa5)
Diffstat (limited to 'renderscript')
-rw-r--r--renderscript/1.0/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/renderscript/1.0/Android.bp b/renderscript/1.0/Android.bp
index 0a8535aba..0f626523f 100644
--- a/renderscript/1.0/Android.bp
+++ b/renderscript/1.0/Android.bp
@@ -55,6 +55,7 @@ cc_library {
vendor_available: true,
vndk: {
enabled: true,
+ support_system_process: true,
},
shared_libs: [
"libhidlbase",