From 2ef88d187510647f20e1d2e4af670d3242a35f71 Mon Sep 17 00:00:00 2001 From: Luke Huang Date: Fri, 7 Dec 2018 11:53:59 +0800 Subject: [PATCH] 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 --- services/core/Android.bp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/core/Android.bp b/services/core/Android.bp index 4395f967c4289..19164e53de045 100644 --- a/services/core/Android.bp +++ b/services/core/Android.bp @@ -13,14 +13,14 @@ java_library_static { 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: [