Make overrides work in Soong
This change adds `overrides` property to all module types. It is used to prevent another module (or modules) from being installed or packaged. Bug: 330141242 Test: go test ./... Change-Id: I4f05c603f0c5dbb699d00327882c7498472b59de
This commit is contained in:
@@ -182,6 +182,7 @@ func createCcSdkVariantRules() []Rule {
|
||||
"packages/modules/SdkExtensions/derive_sdk",
|
||||
// These are for apps and shouldn't be used by non-SDK variant modules.
|
||||
"prebuilts/ndk",
|
||||
"frameworks/native/libs/binder/ndk",
|
||||
"tools/test/graphicsbenchmark/apps/sample_app",
|
||||
"tools/test/graphicsbenchmark/functional_tests/java",
|
||||
"vendor/xts/gts-tests/hostsidetests/gamedevicecert/apps/javatests",
|
||||
|
Reference in New Issue
Block a user