Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f37fd1a3 authored by Colin Cross's avatar Colin Cross
Browse files

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
parent beb4d3da
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -104,6 +104,7 @@ genrule {

android_app {
    name: "framework-res",
    use_resource_processor: false,
    sdk_version: "core_platform",
    certificate: "platform",