platform_build_soong/apex
Jiyong Park 40e26a2a99 Allow each APEX to provide its own AndroidManifest
AndroidManifest.xml file can be specified via the 'androidManifest'
property in the apex module type. It can be used to have a custom
AndroidManifest.xml that have additional tags (such as <uses-sdk> or
<uses-feature>) for precise targeting.

The property is optional; if unspecified, then one is auto-generated as
before.

Bug: 123857186
Test: m apex_test_build_features
Change-Id: Id7ee0471661887cfa11124cbaa3beea8cffcdda4
2019-02-13 16:24:59 +09:00
..
apex.go Allow each APEX to provide its own AndroidManifest 2019-02-13 16:24:59 +09:00
apex_test.go Add support for test_apex 2019-02-07 16:52:20 -08:00
key.go :module syntax is supported for APEX even when TARGET_FLATTEN_APEX 2019-02-06 09:24:39 +09:00
OWNERS Expand Jiyong's apex OWNERship 2019-01-31 18:57:00 +00:00