Remove android_prebuilt_sdk modules
Forcing sdk modules to be declared explicitly is unnecessary, just add the required dependencies on the jar and aidl files. Test: java_test.go Change-Id: Ib28bdc1051c5825e7c0efb6adff1f9282675560e
This commit is contained in:
@@ -462,6 +462,10 @@ func (c *config) AllowMissingDependencies() bool {
|
||||
return Bool(c.ProductVariables.Allow_missing_dependencies)
|
||||
}
|
||||
|
||||
func (c *config) UnbundledBuild() bool {
|
||||
return Bool(c.ProductVariables.Unbundled_build)
|
||||
}
|
||||
|
||||
func (c *config) DevicePrefer32BitExecutables() bool {
|
||||
return Bool(c.ProductVariables.DevicePrefer32BitExecutables)
|
||||
}
|
||||
|
Reference in New Issue
Block a user