Merge "Add some app modules to the allowed whitelist." am: 4a19d08d39

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1290961

Change-Id: I3823854f5782ced6c19ceb3eeb3df03ea117f17f
This commit is contained in:
Orion Hodson 2020-06-03 07:55:27 +00:00 committed by Automerger Merge Worker
commit 46b02790a6
1 changed files with 4 additions and 0 deletions

View File

@ -187,6 +187,10 @@ func createCcSdkVariantRules() []Rule {
// derive_sdk_prefer32 suppress the platform installation rules, but fails when
// the APEX modules contain the SDK variant and the platform variant still exists.
"frameworks/base/apex/sdkextensions/derive_sdk",
// These are for apps and shouldn't be used by non-SDK variant modules.
"prebuilts/ndk",
"tools/test/graphicsbenchmark/apps/sample_app",
"tools/test/graphicsbenchmark/functional_tests/java",
}
platformVariantPropertiesWhitelist := []string{