summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Chen <cken@google.com>2022-04-24 03:43:47 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2022-04-24 03:43:47 +0000
commit0add4ba73536c8675e486c0395f27af62eb263c8 (patch)
tree839bd20fbc39b30faa9eef865b505a96721aaa8c
parent0be2c9366deffacc3f92fbb876c2199830cf7366 (diff)
parenta5e109fee2b3cd8e7a751c02bd572c3953d4ca3c (diff)
downloadnet-0add4ba73536c8675e486c0395f27af62eb263c8.tar.gz
Merge "Add wrappers for the latest stable version of netd_aidl_interface-V*-cpp"
-rw-r--r--common/netd/Android.bp11
1 files changed, 11 insertions, 0 deletions
diff --git a/common/netd/Android.bp b/common/netd/Android.bp
index 85a756c7..6bc7c014 100644
--- a/common/netd/Android.bp
+++ b/common/netd/Android.bp
@@ -53,6 +53,7 @@ cc_library_static {
min_sdk_version: "29",
}
+// TODO: delete this one when AOSP is no longer auto-merge to git_sc-mainline-prod.
cc_library_static {
name: "netd_aidl_interface-lateststable-cpp",
whole_static_libs: [
@@ -60,6 +61,16 @@ cc_library_static {
],
}
+cc_defaults {
+ name: "netd_aidl_interface_lateststable_cpp_static",
+ static_libs: ["netd_aidl_interface-V8-cpp"],
+}
+
+cc_defaults {
+ name: "netd_aidl_interface_lateststable_cpp_shared",
+ shared_libs: ["netd_aidl_interface-V8-cpp"],
+}
+
aidl_interface {
name: "netd_aidl_interface",
local_include_dir: "binder",