aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2021-10-14Add better logging to RRO scriptHeemin Seog
Bug: 192256161 Test: manual Change-Id: I340b6b5a74ab0892f27c8ddf73cb76af866a8a4b
2021-09-22Add plurals to ignore string checkAlex Stetson
The ignore string parameter should also apply to plural strings, since otherwise they cannot be removed properly. Bug: 199229954 Test: manual Change-Id: I0bbe6f08ccd995a68fad00a731d2def3d579e454
2021-06-08Fix generate-overlayable script to include attrsJulia Kawano
Test: manual Change-Id: Ibb147dafa3f974af1fd8d6afdf40142e4e30beca Bug: 190069278
2021-05-05Only use default strings.xml file as overlayableAlex Stetson
If we reference all strings.xml files and then remove a string, the resource will still be present in our overlayable.xml file. Then, when translations are imported and the additional references are removed, the application will no longer build. Bug: 187225456 Test: manual (on CarSettings) Change-Id: I114b1fd37cac6d50571bd5173e0bab601db87698
2021-04-30Add generic overlayable.xml scriptsHeemin Seog
Bug: 186785919 Test: manual with MediaCenter Change-Id: Ic62b079c471ce905c9aa457c4a41aa133cb569f7
2020-08-26Make test apps buildable in Android StudioSam Lin
- Use AOSP links - Add git workflow & instructions in readme.md - Add build.gradle for RotaryPlayground - Fix build errors in TestMediaApp - Add git_clone_projects.sh & go_rotary.sh Bug: 161492279 Test: Build and Run both sucessfully on Android Studio and Emulator Change-Id: Ia73641f770044518a87f7487f52c734ec46f1a2b
2020-07-30Update build filesSam Lin
Disable dex_preopt, remove redundant libs & add a utility script Bug: 161492279 Test: packages/apps/Car/tests/tools/goRotary.sh b Change-Id: Ida8f2b6723e1f1e74c63e12c97e7a4aa65e66066