diff options
| author | 2023-10-03 16:25:41 -0700 | |
|---|---|---|
| committer | 2023-10-10 12:15:30 -0700 | |
| commit | f37fd1a3d4bf75f70b887316aa87bbc8b1cfbcb5 (patch) | |
| tree | 1833905fd6f2c516ee584f9a78a10e8ab77317a6 | |
| parent | beb4d3dacaf6a14395b5ac331e242616da3fcd75 (diff) | |
Disable use_resource_processor for framework-res
framework-res needs to generate Manifest.class, which is not suppported
by ResourceProcessorBusyBox. It also passes --private-symbols
com.android.internal to aapt2 that would need to be handled in
ResourceProcessorBusyBox.
Bug: 294394356
Bug: 303316203
Test: m javac-check
Change-Id: I5a26dfff91667da7eeaaa3d7cfc99da514014fe5
| -rw-r--r-- | core/res/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/res/Android.bp b/core/res/Android.bp index b71995f899c5..4e686b7ad80c 100644 --- a/core/res/Android.bp +++ b/core/res/Android.bp @@ -104,6 +104,7 @@ genrule { android_app { name: "framework-res", + use_resource_processor: false, sdk_version: "core_platform", certificate: "platform", |