Move netd related file group to the end for avoiding conflict
This patch should change no functionality.
Test: builded pass
Change-Id: I8161a9a365c6bfcd92f4b7a8fd641ad3a483d09c
Merged-In: If3e387ae9fcc22da7a4feca30c20391e5b236728
diff --git a/services/core/Android.bp b/services/core/Android.bp
index 4395f96..19164e5 100644
--- a/services/core/Android.bp
+++ b/services/core/Android.bp
@@ -13,14 +13,14 @@
srcs: [
"java/**/*.java",
":dumpstate_aidl",
- ":netd_aidl",
- ":netd_metrics_aidl",
":installd_aidl",
":storaged_aidl",
":vold_aidl",
":mediaupdateservice_aidl",
"java/com/android/server/EventLogTags.logtags",
"java/com/android/server/am/EventLogTags.logtags",
+ ":netd_aidl",
+ ":netd_metrics_aidl",
],
libs: [