Loading android/neverallow.go +4 −0 Original line number Original line Diff line number Diff line Loading @@ -187,6 +187,10 @@ func createCcSdkVariantRules() []Rule { // derive_sdk_prefer32 suppress the platform installation rules, but fails when // derive_sdk_prefer32 suppress the platform installation rules, but fails when // the APEX modules contain the SDK variant and the platform variant still exists. // the APEX modules contain the SDK variant and the platform variant still exists. "frameworks/base/apex/sdkextensions/derive_sdk", "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{ platformVariantPropertiesWhitelist := []string{ Loading Loading
android/neverallow.go +4 −0 Original line number Original line Diff line number Diff line Loading @@ -187,6 +187,10 @@ func createCcSdkVariantRules() []Rule { // derive_sdk_prefer32 suppress the platform installation rules, but fails when // derive_sdk_prefer32 suppress the platform installation rules, but fails when // the APEX modules contain the SDK variant and the platform variant still exists. // the APEX modules contain the SDK variant and the platform variant still exists. "frameworks/base/apex/sdkextensions/derive_sdk", "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{ platformVariantPropertiesWhitelist := []string{ Loading