diff options
| author | 2018-12-07 05:43:41 +0000 | |
|---|---|---|
| committer | 2018-12-07 05:43:41 +0000 | |
| commit | 4520ee4279ea86aed480fc9fb8ffc04ca43f8617 (patch) | |
| tree | 08acdcdbd4ee5906e9252a9ba515c0e8b6436b96 | |
| parent | 132b1c6002a6b5a5742a32852b515421ff95c57d (diff) | |
| parent | 11937a923845620a8ab8341b933f77330b019e66 (diff) | |
Merge "Move netd related file group to the end for avoiding conflict"
| -rw-r--r-- | services/core/Android.bp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/services/core/Android.bp b/services/core/Android.bp index 784d398a2b3f..70b833985e0f 100644 --- a/services/core/Android.bp +++ b/services/core/Android.bp @@ -15,14 +15,14 @@ java_library_static { "java/**/*.java", ":dumpstate_aidl", ":idmap2_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: [ |