index
:
platform/build/soong
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
manifest_fixer_test.py
Age
Commit message (
Expand
)
Author
2024-09-13
Support multiple <application> or <uses-sdk> elements in manifest_*.py
Colin Cross
2024-09-11
Fix manifest_fixer.py warnings
Colin Cross
2024-05-15
Revert "Revert^2 "Always embed jni libs and store uncompressed""
Jiyong Park
2024-05-10
Revert^2 "Always embed jni libs and store uncompressed"
Jiyong Park
2024-05-08
Revert "Always embed jni libs and store uncompressed"
Sam Chiu
2024-05-04
Always embed jni libs and store uncompressed
Jiyong Park
2022-08-03
Overriding placeholder version in updatable apks
Alexei Nicoara
2022-06-28
Propagate max_sdk_version to manifest_fixer
William Loh
2022-02-01
Add testOnly attribute to AndroidManifest file of apex_test
Gurpreet Singh
2021-11-10
Convert soong scripts to python 3
Cole Faust
2021-01-14
manifest_fixer: Set targetSdkVersion to '16' for libraries
Andrew Wheeler
2020-02-18
Allow for setting a logging_parent for an Android App.
Baligh Uddin
2019-06-03
Touch up manifest if there's no source code.
Jaewoong Jung
2019-05-24
Add manifest_check tool
Colin Cross
2019-05-24
Move manifest_fixer to a python_binary_host module
Colin Cross
2019-05-14
Fix manifest_fixer_test.py
Jaewoong Jung
2019-02-08
Make manifest and APK agree on uncompressed native libs
Colin Cross
2019-01-29
Rename preferCodeIntegrity to useEmbeddedDex
Victor Hsieh
2019-01-03
manifest_fixer: rename to --prefer-code-integrity
Victor Hsieh
2018-10-24
Add --prefer-integrity option to manifest_fixer.py
Victor Hsieh
2018-10-02
Don't set targetSdkVersion to '1' for libraries
Colin Cross
2018-09-10
Make manifest_fixer.py keep targetSdkVersion high with min_sdk_version
Colin Cross
2018-09-10
Fix manifest_fixer_test.py
Colin Cross
2018-08-28
Support setting android:usesNonSdkApi in manifest_fixer.py
David Brazdil
2018-07-26
Set targetSdkVersion in manifest_fixer
Colin Cross
2018-06-20
add --uses-library option to manifest_fixer.py
Jiyong Park
2018-06-14
Add a script to inject values into manifests
Colin Cross