diff options
author | 2021-09-23 07:36:57 +0000 | |
---|---|---|
committer | 2021-09-24 03:19:05 +0000 | |
commit | 46eb0fd501cf2e9e391808b55a8c91d2364f10cc (patch) | |
tree | b20f29e9fb68dcc49021aeaccd674bf2ba9f74a8 /java/sdk_library.go | |
parent | 66213a64b2dc1b5491dd127b35aa7b9c960ea6c7 (diff) |
Remove updatable-bcp-packages.txt.
Historically, this file was used by the `--updatable-bcp-packages-file`
flag for dex2oat. The flag is no longer needed and is being deprecated.
Unfortunately, we cannot remove `permitted_packages` and all the code
related to it because we still need it for checking the module
compatibility with Q and R.
Bug: 200241946
Test: m nothing
Change-Id: Ie3be54fd47a847ba0caf627d12da76b415d99466
Diffstat (limited to 'java/sdk_library.go')
-rw-r--r-- | java/sdk_library.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/java/sdk_library.go b/java/sdk_library.go index 2d8aef74c..db7217181 100644 --- a/java/sdk_library.go +++ b/java/sdk_library.go @@ -1899,7 +1899,6 @@ type sdkLibraryImportProperties struct { Compile_dex *bool // If not empty, classes are restricted to the specified packages and their sub-packages. - // This information is used to generate the updatable-bcp-packages.txt file. Permitted_packages []string } |