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

Commit 8e3554a1 authored by Ryan Mitchell's avatar Ryan Mitchell Committed by Android (Google) Code Review
Browse files

Merge "AAPT2: propagate SPEC_OVERLAYABLE to splits"

parents 330f4578 4b55bd77
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -248,6 +248,7 @@ void TableSplitter::SplitTable(ResourceTable* original_table) {
            if (!split_entry->id) {
              split_entry->id = entry->id;
              split_entry->visibility = entry->visibility;
              split_entry->overlayable_declarations = entry->overlayable_declarations;
            }

            // Copy the selected values into the new Split Entry.