Add manifest_check tool
Add a tool that can check that the <uses-library> tags in an AndroidManifest.xml file match a list provided by the build. Bug: 132357300 Test: manifest_check_test Change-Id: If15abf792282bef677469595e80f19923b87ab62
This commit is contained in:
@@ -73,6 +73,7 @@ func makeVarsProvider(ctx android.MakeVarsContext) {
|
||||
|
||||
ctx.Strict("EXTRACT_JAR_PACKAGES", "${ExtractJarPackagesCmd}")
|
||||
|
||||
ctx.Strict("MANIFEST_CHECK", "${ManifestCheckCmd}")
|
||||
ctx.Strict("MANIFEST_FIXER", "${ManifestFixerCmd}")
|
||||
|
||||
ctx.Strict("ANDROID_MANIFEST_MERGER", "${ManifestMergerCmd}")
|
||||
|
Reference in New Issue
Block a user