platform_build_soong/scripts
Colin Cross 8bb10e8f8a Add a script to inject values into manifests
Add a script that can inject a <uses-sdk minSdkVersion=""> into
AndroidManifest.xml files.  This will help with merging
LOCAL_STATIC_ANDROID_LIBRARIES, because ManifestMerger treats
a missing minSdkVersion as minSdkVersion=1 and throws errors
if libraries use a larger minSdkVersion.  It will also help
with cases where an app has a manifest that specifies an old
minSdkVersion, but the build system is compiling the app in
a way that is not compatibile with old devices, for example
using a newer dex format.

Bug: 110167203
Test: m java
Test: build/soong/scripts/manifest_fixer_test.py
Change-Id: I528d71a225feb86464c530e11b223babb0ea9edf
2018-06-14 14:54:27 -07:00
..
build-ndk-prebuilts.sh Flounder's been dead so long it smells. 2018-05-10 13:55:30 -07:00
copygcclib.sh Add license headers to all go and shell files 2017-11-17 23:05:26 +00:00
diff_build_graphs.sh Have diff_build_graphs.sh print the number of lines in the diff 2017-11-29 12:54:43 -08:00
gen-kotlin-build-file.sh Add rsp and srcjar support to kotlinc build rule 2018-02-14 20:47:17 +00:00
jar-args.sh Add license headers to all go and shell files 2017-11-17 23:05:26 +00:00
jar-wrapper.sh Add default jar wrapper when wrapper property is not specified 2017-11-03 15:19:15 -07:00
jars-to-module-info-java.sh Add license headers to all go and shell files 2017-11-17 23:05:26 +00:00
manifest_fixer.py Add a script to inject values into manifests 2018-06-14 14:54:27 -07:00
manifest_fixer_test.py Add a script to inject values into manifests 2018-06-14 14:54:27 -07:00
microfactory.bash Switch to blueprint's microfactory 2017-07-24 15:29:14 -07:00
setup_go_workspace_for_soong.sh Make setup_go_workspace_for_soong work on Mac 2017-12-04 14:58:00 -08:00
strip.sh Use llvm-{objcopy,strip} when clang lld is used. 2018-06-07 16:04:14 -07:00
toc.sh Fix mac sdk build 2018-06-03 16:19:56 -07:00