commit | 2c54bbfdfc1d4a4f9aa6e02e16fb11865934c451 | [log] [tgz] |
---|---|---|
author | Thales Lima <tsuharesu@google.com> | Tue Jul 12 15:45:10 2022 +0000 |
committer | Thales Lima <tsuharesu@google.com> | Tue Oct 18 10:02:43 2022 +0000 |
tree | 7be0670d8b64f3ef993830b94d4fa92631e1749a | |
parent | 7c9144328ae30db58ae2c06d042905edf84472e9 [diff] [blame] |
Convert make to bp Fix: 229946262 Test: build all launchers and run atest Change-Id: Ie9b66ba0d83aa0c3c476dd30853ef52279c9619e (cherry picked from commit 42f15f9b814e0cc32ba19aa675d0dfc0219e32d2) Merged-In: Ie9b66ba0d83aa0c3c476dd30853ef52279c9619e
diff --git a/quickstep/Android.bp b/quickstep/Android.bp index f739f81..7292c44 100644 --- a/quickstep/Android.bp +++ b/quickstep/Android.bp
@@ -18,6 +18,11 @@ } filegroup { + name: "launcher3-quickstep-manifest", + srcs: ["AndroidManifest.xml"], +} + +filegroup { name: "launcher3-quickstep-robolectric-src", path: "robolectric_tests", srcs: ["robolectric_tests/src/**/*.java"],