Home
last modified time | relevance | path

Searched refs:InterPartitionJavaLibraryAllowList (Results 1 – 5 of 5) sorted by relevance

/build/soong/java/
Dsdk_library_external.go75 return inList(j.Name(), ctx.Config().InterPartitionJavaLibraryAllowList())
Dsdk_library_test.go1034 variables.InterPartitionJavaLibraryAllowList = info.allowList
/build/make/core/
Dsoong_config.mk259 $(call add_json_list, InterPartitionJavaLibraryAllowList, $(PRODUCT_INTER_PARTITION_JAVA_LIBRARY_AL…
/build/soong/android/
Dvariable.go414 InterPartitionJavaLibraryAllowList []string `json:",omitempty"` member
Dconfig.go1457 func (c *config) InterPartitionJavaLibraryAllowList() []string { func
1458 return c.productVariables.InterPartitionJavaLibraryAllowList