summaryrefslogtreecommitdiffstats
path: root/Android.bp
Commit message (Collapse)AuthorAgeFilesLines
* fix the issue that aapt2 strip leading 0 from the raw stringchen xu2019-03-081-0/+1
| | | | | | | | | | aapt2 by defualt will strip leading 0 from raw strings if there is no schema defined. it will cause issues that <carrier_config mcc="202" mnc="01"> will be interpreted as 2021 instead of 20201 Bug: 126605105 Test: Manual test Change-Id: I832a4b243121818a6808b90d8f459dd2c9421e72
* Move CarrierConfig to /productAnton Hansson2019-01-151-0/+2
| | | | | | | | | | | This app is frequently overriden by proprietary apps on shipping devices, so move it to /product. Also make the app inherit its privapp permission grant. Bug: 122353713 Test: boot aosp_arm64 emulator Change-Id: I87f474a87d6db9a2a0a2c4feca7f0e9d99051fd4
* Convert Android.mk file to Android.bpSasha Smundak2019-01-091-0/+11
See build/soong/README.md for more information. Change-Id: I7a0cbee106095b595e249caf0b7700d3e94cf875 Fixes: 122332124 Test: treehugger