Files
frameworks_base/tools
Ryan Mitchell e4e989ccba RRO: Added partition policies for overlays
<overlayable> tags can now have policy elements that indicate which
partition the overlay apk must reside on in order to be allowed to
overlay a resource. This change only adds parsing of <policy> and
encoding of policy in the proto ResourceTable. A later change will add
the encoding of policy and overlayable in the binary APK.

<overlayable>
  <policy type="system|vendor|product|product_services|public" >
    <item type="string" name="oof" />
  </policy>
</overlayable>

Bug: 110869880
Test: make aapt2_tests
Change-Id: I8d4ed7b0e01f981149c6e3190af1681073b79b03
2018-11-06 00:10:26 +00:00
..
2018-09-11 12:14:48 -06:00
2018-09-27 16:29:52 -06:00
2018-10-16 14:30:01 +01:00
2018-06-06 09:51:01 -06:00
2018-08-08 09:52:51 -07:00