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
Change-Id: I2b18d691411e58dc55bcdfa39ecb3659242c8437
diff --git a/graphics/allocator/2.0/Android.bp b/graphics/allocator/2.0/Android.bp
index d43bbdb..46faa17 100644
--- a/graphics/allocator/2.0/Android.bp
+++ b/graphics/allocator/2.0/Android.bp
@@ -44,6 +44,7 @@
vendor_available: true,
vndk: {
enabled: true,
+ support_system_process: true,
},
shared_libs: [
"libhidlbase",
diff --git a/graphics/common/1.0/Android.bp b/graphics/common/1.0/Android.bp
index 8450231..86438c1 100644
--- a/graphics/common/1.0/Android.bp
+++ b/graphics/common/1.0/Android.bp
@@ -41,6 +41,7 @@
vendor_available: true,
vndk: {
enabled: true,
+ support_system_process: true,
},
shared_libs: [
"libhidlbase",
diff --git a/graphics/mapper/2.0/Android.bp b/graphics/mapper/2.0/Android.bp
index ce829e7..f5913af 100644
--- a/graphics/mapper/2.0/Android.bp
+++ b/graphics/mapper/2.0/Android.bp
@@ -48,6 +48,7 @@
vendor_available: true,
vndk: {
enabled: true,
+ support_system_process: true,
},
shared_libs: [
"libhidlbase",
diff --git a/renderscript/1.0/Android.bp b/renderscript/1.0/Android.bp
index 0a8535a..0f62652 100644
--- a/renderscript/1.0/Android.bp
+++ b/renderscript/1.0/Android.bp
@@ -55,6 +55,7 @@
vendor_available: true,
vndk: {
enabled: true,
+ support_system_process: true,
},
shared_libs: [
"libhidlbase",