summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Steven Moreland <smoreland@google.com> 2024-04-05 20:28:14 +0000
committer Steven Moreland <smoreland@google.com> 2024-04-05 21:57:21 +0000
commit5272821555b12ba3152a98ffe6b51e922f8aa2c5 (patch)
treefab6feaecba9f980536304f2237b371da6d80fbc
parentcb17d9103583d1c3fd5f3570e6a6b10afb9663df (diff)
libbinder: build shared test compile libs
We were building only the static archives before, but we need to build the libraries themselves to fully test as well as for size checks. Bug: 329237531 Test: build Change-Id: I462e77749c8aada1700427b4e701d6536e7dd909
-rw-r--r--libs/binder/Android.bp10
1 files changed, 5 insertions, 5 deletions
diff --git a/libs/binder/Android.bp b/libs/binder/Android.bp
index eec12e4cd5..90eb31f5c6 100644
--- a/libs/binder/Android.bp
+++ b/libs/binder/Android.bp
@@ -442,7 +442,7 @@ cc_library_host_shared {
},
}
-cc_library_static {
+cc_library {
name: "libbinder_rpc_no_kernel",
vendor_available: true,
defaults: [
@@ -454,7 +454,7 @@ cc_library_static {
],
}
-cc_library_static {
+cc_library {
name: "libbinder_rpc_no_blob",
vendor_available: true,
defaults: [
@@ -470,7 +470,7 @@ cc_library_static {
],
}
-cc_library_static {
+cc_library {
name: "libbinder_rpc_no_native_handle",
vendor_available: true,
defaults: [
@@ -486,7 +486,7 @@ cc_library_static {
],
}
-cc_library_static {
+cc_library {
name: "libbinder_rpc_single_threaded",
defaults: [
"libbinder_common_defaults",
@@ -501,7 +501,7 @@ cc_library_static {
],
}
-cc_library_static {
+cc_library {
name: "libbinder_rpc_single_threaded_no_kernel",
defaults: [
"libbinder_common_defaults",