Merge "Revert "Apex: add NeverAllowRule for updatable"" into rvc-dev
This commit is contained in:
@@ -806,12 +806,6 @@ func makeApexAvailableWhitelist() map[string][]string {
|
||||
}
|
||||
|
||||
func init() {
|
||||
android.AddNeverAllowRules(android.NeverAllow().
|
||||
ModuleType("apex").
|
||||
With("updatable", "true").
|
||||
With("min_sdk_version", "").
|
||||
Because("All updatable apexes should set min_sdk_version."))
|
||||
|
||||
android.RegisterModuleType("apex", BundleFactory)
|
||||
android.RegisterModuleType("apex_test", testApexBundleFactory)
|
||||
android.RegisterModuleType("apex_vndk", vndkApexBundleFactory)
|
||||
|
Reference in New Issue
Block a user