aboutsummaryrefslogtreecommitdiff
path: root/scripts/manifest_fixer_test.py
Commit message (Expand)AuthorAgeFilesLines
* manifest_fixer: Set targetSdkVersion to '16' for librariesAndrew Wheeler2021-01-141-2/+2
* Allow for setting a logging_parent for an Android App.Baligh Uddin2020-02-181-0/+41
* Touch up manifest if there's no source code.Jaewoong Jung2019-06-031-0/+42
* Add manifest_check toolColin Cross2019-05-241-5/+5
* Move manifest_fixer to a python_binary_host moduleColin Cross2019-05-241-1/+1
* Fix manifest_fixer_test.pyJaewoong Jung2019-05-141-1/+1
* Make manifest and APK agree on uncompressed native libsColin Cross2019-02-081-0/+43
* Rename preferCodeIntegrity to useEmbeddedDexVictor Hsieh2019-01-291-10/+10
* manifest_fixer: rename to --prefer-code-integrityVictor Hsieh2019-01-031-10/+10
* Add --prefer-integrity option to manifest_fixer.pyVictor Hsieh2018-10-241-0/+35
* Don't set targetSdkVersion to '1' for librariesColin Cross2018-10-021-2/+2
* Make manifest_fixer.py keep targetSdkVersion high with min_sdk_versionColin Cross2018-09-101-23/+24
* Fix manifest_fixer_test.pyColin Cross2018-09-101-30/+31
* Support setting android:usesNonSdkApi in manifest_fixer.pyDavid Brazdil2018-08-281-0/+34
* Set targetSdkVersion in manifest_fixerColin Cross2018-07-261-28/+93
* add --uses-library option to manifest_fixer.pyJiyong Park2018-06-201-0/+87
* Add a script to inject values into manifestsColin Cross2018-06-141-0/+162