summaryrefslogtreecommitdiffstats
path: root/Android.bp
Commit message (Collapse)AuthorAgeFilesLines
* Moving TestInformationProvider to Launcher3 so that it can be used forSunny Goyal2019-05-231-1/+1
| | | | | | | | testing Launcher3 without quickstep Also keeping the provider as disabled until needed Change-Id: Ib5f459e02ae551724b390f3b74f43d601568d749
* Not using magic constants for navbar heightvadimt2019-05-081-0/+1
| | | | Change-Id: I6783b8a2ebb059ce35748d8c3e818cbe732ff40d
* Making navigation mode listener a singleton so that the change is dispatchedSunny Goyal2019-03-291-1/+0
| | | | | | everywhere synchronously. Change-Id: Iee8c5957d78dfad3fb03e814de0367adcaa0c98b
* Creating provider for test gesture dimensions.vadimt2019-03-131-1/+2
| | | | | | | | Start with answering only whether the provider will answer any other questions. Bug: 123904290 Change-Id: I7b3ba8c7689f937d8bc1d470b00574ab4340130d
* Revert "Add launcher-log-proto-nano rule in Android.bp"Vadim Tryshev2019-03-061-38/+3
| | | | | | | | This reverts commit 0a13878b965a87e0dd0eb6a9659bd279038c1de4. Reason for revert: We decided to get launcher dimensions differently in the short-term Change-Id: I875f0dab36922e7f85f4dff7af1ab1f22a9c4bd8
* Add launcher-log-proto-nano rule in Android.bpHyunyoung Song2019-03-021-3/+38
| | | | | | | | Bug: 123904290 Test: m launcher-log-proto-nano Change-Id: I71c749be60df20ad474a7b898c8668642a67a72f (cherry picked from commit 46e1145ecccca78d65f576262971002a78046652)
* Create iconloader libraryHyunyoung Song2018-11-021-20/+0
| | | | | | | Bug: 115891474 Test: Builds everything Change-Id: I1d75702d4e5a10d694eeb839784a629de2f74dd2
* Replace use of deprecated target androidx-testBrett Chabot2018-10-231-1/+2
| | | | | Test: make Launcher3Tests Change-Id: Ib14fd9da1df3c022d39efb69660ff59b8a47db5d
* Setup make icon-loader libraryHyunyoung Song2018-10-191-0/+20
| | | | | | | | | Bug: 115891474 Test: make -j10 icon-loader Next step: Launcher will depend on icon-loader in next CL Change-Id: I797ddb857cf8be79f3be6ca2f174c593ca3713a5
* Fixing missing file in build ruleSunny Goyal2018-10-181-0/+1
| | | | Change-Id: I272bfd9516a716637c5a245e13bd3a3f2c334f5c
* Make tapl java_library_staticHyunyoung Song2018-09-101-1/+1
| | | | | | Bug: 113683301 Change-Id: I06815fcae2f115e5605b978fa2a9e99c87783a9c
* tapl should be java_libraryHyunyoung Song2018-09-071-1/+1
| | | | | | | | | | | | | | | Bug: 113683301 Tests failures that we are trying to fix. https://sponge.corp.google.com/invocations?searchFor=target%3Aandroid.platform.systemui.tests.jank%20label%3Ab%2Fgit_master When the build rule is android_library, AndroidManifest.xml is pulled into the the final apk that is being built. Hence, the platform jank and platform test AndroidManifest.xml is extended with the one we have for Launcher3. This causes the tests to fail due to existence of disambiguation screen. We do not want this behavior. Change-Id: I1a551abf37bb75b4efa8a5e5324ab1b4d8a3eb13
* Move tapl build rule to Android.bpHyunyoung Song2018-09-051-0/+29
Bug: 113683301 Test: make Launcher3Tests Change-Id: I9f279bb80f3f399a2271ed8ee94445afbebacb2e