8bb10e8f8a
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 |
||
---|---|---|
.. | ||
build-ndk-prebuilts.sh | ||
copygcclib.sh | ||
diff_build_graphs.sh | ||
gen-kotlin-build-file.sh | ||
jar-args.sh | ||
jar-wrapper.sh | ||
jars-to-module-info-java.sh | ||
manifest_fixer.py | ||
manifest_fixer_test.py | ||
microfactory.bash | ||
setup_go_workspace_for_soong.sh | ||
strip.sh | ||
toc.sh |