summaryrefslogtreecommitdiff
path: root/android/config.go
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-09-26 00:04:36 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-09-26 00:04:36 +0000
commitf9baeb59b5ba4707312db8ffd74b56135a1f020b (patch)
tree5de2c7deb4fed903dad42d4c12b3196f3d06bf11 /android/config.go
parent5d029dadbdaf318aa9710aa710bd024dd29225e2 (diff)
parentb5c82a45d16138f757be54d895e60fb90dba8cbb (diff)
Merge "Remove checkPartitionsForJavaDependency()" into main
Diffstat (limited to 'android/config.go')
-rw-r--r--android/config.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/android/config.go b/android/config.go
index f7f381b00..ca20012df 100644
--- a/android/config.go
+++ b/android/config.go
@@ -1691,14 +1691,6 @@ func (c *config) EnforceProductPartitionInterface() bool {
return Bool(c.productVariables.EnforceProductPartitionInterface)
}
-func (c *config) EnforceInterPartitionJavaSdkLibrary() bool {
- return Bool(c.productVariables.EnforceInterPartitionJavaSdkLibrary)
-}
-
-func (c *config) InterPartitionJavaLibraryAllowList() []string {
- return c.productVariables.InterPartitionJavaLibraryAllowList
-}
-
func (c *config) ProductHiddenAPIStubs() []string {
return c.productVariables.ProductHiddenAPIStubs
}