Home
last modified time | relevance | path

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

/aosp12/build/soong/java/
H A Dsdk_library_external.go75 return inList(j.Name(), ctx.Config().InterPartitionJavaLibraryAllowList())
H A Dsdk_library_test.go748 variables.InterPartitionJavaLibraryAllowList = info.allowList
/aosp12/build/make/core/
H A Dsoong_config.mk239 $(call add_json_list, InterPartitionJavaLibraryAllowList, $(PRODUCT_INTER_PARTITION_JAVA_LIBRARY_AL…
/aosp12/build/soong/android/
H A Dvariable.go371 InterPartitionJavaLibraryAllowList []string `json:",omitempty"` member
H A Dconfig.go1326 func (c *config) InterPartitionJavaLibraryAllowList() []string { func
1327 return c.productVariables.InterPartitionJavaLibraryAllowList