summaryrefslogtreecommitdiffstats
path: root/Android.bp
Commit message (Collapse)AuthorAgeFilesLines
* 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