commit | 5281f56377bebf9932b14cd7f6490117612acfc0 | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Tue Dec 05 00:11:59 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Dec 05 00:11:59 2017 +0000 |
tree | 88851caf884d41f8692d9760847d62ef5de8a1a8 | |
parent | e6161630a14fb1c54471f9bf340430f993fcdca3 [diff] | |
parent | 92543573ed40d5a3d96de10050f70084aaffc85b [diff] |
Merge "Remove unused variable"
diff --git a/cmds/installd/Android.bp b/cmds/installd/Android.bp index 56470d6..7d1537a 100644 --- a/cmds/installd/Android.bp +++ b/cmds/installd/Android.bp
@@ -13,7 +13,7 @@ "dexopt.cpp", "globals.cpp", "utils.cpp", - "binder/android/os/IInstalld.aidl", + ":installd_aidl", ], shared_libs: [ "libbase", @@ -84,4 +84,11 @@ ], } +filegroup { + name: "installd_aidl", + srcs: [ + "binder/android/os/IInstalld.aidl", + ], +} + subdirs = ["tests"]