diff options
author | 2024-09-23 21:45:25 +0000 | |
---|---|---|
committer | 2024-09-25 20:46:39 +0000 | |
commit | b5c82a45d16138f757be54d895e60fb90dba8cbb (patch) | |
tree | 5d498ebb2ca292d93d86d151b45f4299102ebe71 /android/variable.go | |
parent | 1c4625a5ec6f6726ca44962947e6e353077c05de (diff) |
Remove checkPartitionsForJavaDependency()
The check adds restriction on inter-partition dependencies. This is
now a no-op given that the container enforcement serves the same
purpose. Also, the error guides the user to depend on java_sdk_library
for inter-partition dependency, while depending on java_sdk_library
directly is now restricted.
Test: m nothing
Bug: 308827369
Change-Id: I29f88b7b61e3d98d047e185e8757b9ffcf09582e
Diffstat (limited to 'android/variable.go')
-rw-r--r-- | android/variable.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/android/variable.go b/android/variable.go index e0d512d3a..7041f4960 100644 --- a/android/variable.go +++ b/android/variable.go @@ -428,9 +428,6 @@ type ProductVariables struct { EnforceProductPartitionInterface *bool `json:",omitempty"` - EnforceInterPartitionJavaSdkLibrary *bool `json:",omitempty"` - InterPartitionJavaLibraryAllowList []string `json:",omitempty"` - BoardUsesRecoveryAsBoot *bool `json:",omitempty"` BoardKernelBinaries []string `json:",omitempty"` |