Skip to content
Snippets Groups Projects
Commit 9397e4eb authored by Ken Chen's avatar Ken Chen Committed by Gerrit Code Review
Browse files

Merge "Migrate to netd_aidl_interface-V14" into main

parents ed702abb 670189a6
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ java_library {
sdk_version: "system_current",
min_sdk_version: "30",
static_libs: [
"netd_aidl_interface-V13-java",
"netd_aidl_interface-V14-java",
],
apex_available: [
"//apex_available:platform", // used from services.net
......@@ -44,7 +44,7 @@ cc_library_static {
cc_library_static {
name: "netd_aidl_interface-lateststable-ndk",
whole_static_libs: [
"netd_aidl_interface-V13-ndk",
"netd_aidl_interface-V14-ndk",
],
apex_available: [
"com.android.resolv",
......@@ -55,12 +55,12 @@ cc_library_static {
cc_defaults {
name: "netd_aidl_interface_lateststable_cpp_static",
static_libs: ["netd_aidl_interface-V13-cpp"],
static_libs: ["netd_aidl_interface-V14-cpp"],
}
cc_defaults {
name: "netd_aidl_interface_lateststable_cpp_shared",
shared_libs: ["netd_aidl_interface-V13-cpp"],
shared_libs: ["netd_aidl_interface-V14-cpp"],
}
aidl_interface {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment