Home
last modified time | relevance | path

Searched refs:EnforceInterPartitionJavaSdkLibrary (Results 1 – 8 of 8) sorted by relevance

/build/bazel/tests/products/
Daosp_x86_64.variables.bzl212 "EnforceInterPartitionJavaSdkLibrary": false,
Daosp_x86.variables.bzl211 "EnforceInterPartitionJavaSdkLibrary": false,
Daosp_arm64.variables.bzl212 "EnforceInterPartitionJavaSdkLibrary": false,
Daosp_arm.variables.bzl211 "EnforceInterPartitionJavaSdkLibrary": false,
/build/soong/android/
Dvariable.go435 EnforceInterPartitionJavaSdkLibrary *bool `json:",omitempty"` member
Dconfig.go1663 func (c *config) EnforceInterPartitionJavaSdkLibrary() bool { func
1664 return Bool(c.productVariables.EnforceInterPartitionJavaSdkLibrary)
/build/soong/java/
Dsdk_library_test.go1268 … variables.EnforceInterPartitionJavaSdkLibrary = proptools.BoolPtr(info.enforceJavaSdkLibraryCheck)
Dbase.go811 if ctx.Config().EnforceInterPartitionJavaSdkLibrary() {