diff options
| author | 2024-09-26 00:04:36 +0000 | |
|---|---|---|
| committer | 2024-09-26 00:04:36 +0000 | |
| commit | f9baeb59b5ba4707312db8ffd74b56135a1f020b (patch) | |
| tree | 5de2c7deb4fed903dad42d4c12b3196f3d06bf11 /android/config.go | |
| parent | 5d029dadbdaf318aa9710aa710bd024dd29225e2 (diff) | |
| parent | b5c82a45d16138f757be54d895e60fb90dba8cbb (diff) | |
Merge "Remove checkPartitionsForJavaDependency()" into main
Diffstat (limited to 'android/config.go')
| -rw-r--r-- | android/config.go | 8 |
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 } |