diff options
| author | 2024-04-29 20:12:14 +0000 | |
|---|---|---|
| committer | 2024-04-29 20:12:14 +0000 | |
| commit | 3db1bdc6fff41d4a48ecfac3de70758add92d140 (patch) | |
| tree | 94522ebf6372002364a3f6782f4b04702b45da47 /libs | |
| parent | a8480cd22de220bea485162f4a2eaafc0982d0f9 (diff) | |
| parent | 5272821555b12ba3152a98ffe6b51e922f8aa2c5 (diff) | |
Merge "libbinder: build shared test compile libs" into main
Diffstat (limited to 'libs')
| -rw-r--r-- | libs/binder/Android.bp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libs/binder/Android.bp b/libs/binder/Android.bp index 57a48d7e92..090e35bc37 100644 --- a/libs/binder/Android.bp +++ b/libs/binder/Android.bp @@ -446,7 +446,7 @@ cc_library_host_shared { }, } -cc_library_static { +cc_library { name: "libbinder_rpc_no_kernel", vendor_available: true, defaults: [ @@ -458,7 +458,7 @@ cc_library_static { ], } -cc_library_static { +cc_library { name: "libbinder_rpc_no_blob", vendor_available: true, defaults: [ @@ -474,7 +474,7 @@ cc_library_static { ], } -cc_library_static { +cc_library { name: "libbinder_rpc_no_native_handle", vendor_available: true, defaults: [ @@ -490,7 +490,7 @@ cc_library_static { ], } -cc_library_static { +cc_library { name: "libbinder_rpc_single_threaded", defaults: [ "libbinder_common_defaults", @@ -505,7 +505,7 @@ cc_library_static { ], } -cc_library_static { +cc_library { name: "libbinder_rpc_single_threaded_no_kernel", defaults: [ "libbinder_common_defaults", |