Merge "Migrate INetd to stable aidl"
This commit is contained in:
@@ -599,7 +599,6 @@ java_defaults {
|
|||||||
":libupdate_engine_aidl",
|
":libupdate_engine_aidl",
|
||||||
|
|
||||||
":storaged_aidl",
|
":storaged_aidl",
|
||||||
":netd_aidl",
|
|
||||||
":vold_aidl",
|
":vold_aidl",
|
||||||
":installd_aidl",
|
":installd_aidl",
|
||||||
":dumpstate_aidl",
|
":dumpstate_aidl",
|
||||||
|
|||||||
@@ -19,7 +19,6 @@ java_library_static {
|
|||||||
":mediaupdateservice_aidl",
|
":mediaupdateservice_aidl",
|
||||||
"java/com/android/server/EventLogTags.logtags",
|
"java/com/android/server/EventLogTags.logtags",
|
||||||
"java/com/android/server/am/EventLogTags.logtags",
|
"java/com/android/server/am/EventLogTags.logtags",
|
||||||
":netd_aidl",
|
|
||||||
":netd_metrics_aidl",
|
":netd_metrics_aidl",
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|||||||
@@ -66,10 +66,10 @@ android_test {
|
|||||||
"liblog",
|
"liblog",
|
||||||
"liblzma",
|
"liblzma",
|
||||||
"libnativehelper",
|
"libnativehelper",
|
||||||
"libnetdaidl",
|
|
||||||
"libui",
|
"libui",
|
||||||
"libunwind",
|
"libunwind",
|
||||||
"libutils",
|
"libutils",
|
||||||
|
"netd_aidl_interface-cpp",
|
||||||
],
|
],
|
||||||
|
|
||||||
dxflags: ["--multi-dex"],
|
dxflags: ["--multi-dex"],
|
||||||
|
|||||||
@@ -50,9 +50,9 @@ android_test {
|
|||||||
"liblog",
|
"liblog",
|
||||||
"liblzma",
|
"liblzma",
|
||||||
"libnativehelper",
|
"libnativehelper",
|
||||||
"libnetdaidl",
|
|
||||||
"libui",
|
"libui",
|
||||||
"libunwind",
|
"libunwind",
|
||||||
"libutils",
|
"libutils",
|
||||||
|
"netd_aidl_interface-cpp",
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -51,7 +51,6 @@ LOCAL_JNI_SHARED_LIBRARIES := \
|
|||||||
liblog \
|
liblog \
|
||||||
liblzma \
|
liblzma \
|
||||||
libnativehelper \
|
libnativehelper \
|
||||||
libnetdaidl \
|
|
||||||
libpackagelistparser \
|
libpackagelistparser \
|
||||||
libpcre2 \
|
libpcre2 \
|
||||||
libselinux \
|
libselinux \
|
||||||
@@ -93,7 +92,6 @@ LOCAL_SHARED_LIBRARIES := \
|
|||||||
liblog \
|
liblog \
|
||||||
libcutils \
|
libcutils \
|
||||||
libnativehelper \
|
libnativehelper \
|
||||||
libnetdaidl \
|
|
||||||
netd_aidl_interface-cpp
|
netd_aidl_interface-cpp
|
||||||
|
|
||||||
LOCAL_STATIC_LIBRARIES := \
|
LOCAL_STATIC_LIBRARIES := \
|
||||||
|
|||||||
Reference in New Issue
Block a user