Add some app modules to the allowed whitelist.
Test: treehugger
Bug: 152482542
Change-Id: Ia7adf690cd6dca1408ae0a340860eaeae6c1d4b4
Merged-In: Ia7adf690cd6dca1408ae0a340860eaeae6c1d4b4
(cherry picked from commit 6b6d387a75
)
Exempt-From-Owner-Approval: already +2'ed by owner
This commit is contained in:
parent
0f5e5c724e
commit
555760552b
|
@ -187,6 +187,11 @@ 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",
|
||||
"vendor/xts/gts-tests/hostsidetests/gamedevicecert/apps/javatests",
|
||||
}
|
||||
|
||||
platformVariantPropertiesWhitelist := []string{
|
||||
|
|
Loading…
Reference in New Issue