aboutsummaryrefslogtreecommitdiffstats
path: root/apex/apex_test.go
Commit message (Expand)AuthorAgeFilesLines
* Add filename property to prebuilt_apexNikita Ioffe2019-04-061-0/+17
* Key property is removed from prebuilt_apexJiyong Park2019-04-011-30/+0
* Always bundle the public key for APEXJiyong Park2019-04-011-8/+4
* Arch-specific source for prebuilt_apexJiyong Park2019-03-301-2/+15
* Add prebuilt_apex.Jaewoong Jung2019-03-281-0/+48
* :module syntax support properties in apex_keyJiyong Park2019-03-221-0/+35
* Notice support for APEXJiyong Park2019-03-211-0/+11
* respect relative_install_path for binaries in APEXesJiyong Park2019-03-181-4/+3
* product_specific support for apex_keyJiyong Park2019-03-151-1/+41
* Add ":name" support for manifest and androidManifest properties in apexJiyong Park2019-02-141-0/+14
* APEX certificates can be overriden by PRODUCT_CERTIFICATE_OVERRIDESJiyong Park2019-02-131-17/+36
* Add support for test_apexAlex Light2019-02-071-1/+101
* add apex_defaultsJiyong Park2019-02-081-2/+9
* sh_binary can be included in APEXJiyong Park2019-02-061-0/+29
* APEX respects relative_install_pathJiyong Park2019-02-051-1/+32
* Add limited target-specific configuration to apex.Alex Light2019-01-311-0/+80
* Add support for symlink_preferred_arch in apexAlex Light2019-01-291-11/+51
* stubs lib can export headers libJiyong Park2019-01-291-0/+50
* Add __ANDROID_APEX__Jiyong Park2019-01-281-10/+55
* APEXes can be signed with devkeysJiyong Park2019-01-111-2/+48
* Rename non-stubs variant of a lib if it is included in APEXJiyong Park2019-01-101-3/+16
* Do not add _platform suffix to non-apex variationLogan Chien2019-01-041-1/+5
* Fix: stubs lib is installed in APEXJiyong Park2019-01-041-1/+1
* Fix: static dependency across an APEX is lostJiyong Park2018-12-211-0/+52
* Add use_vendor to APEX moduleJiyong Park2018-12-201-29/+113
* When a stub is built for APEX, it is generated with --apexJiyong Park2018-12-161-0/+3
* Remove -include <file> when compiling stubs.Jiyong Park2018-12-151-0/+5
* Don't create unnecessary APEX variationsJiyong Park2018-12-131-0/+67
* Fix: build error when a lib with stubs is included in an APEXJiyong Park2018-12-101-2/+10
* Fix: a module with sub_dir can't be placed in APEXJiyong Park2018-12-071-0/+32
* Make apex.ApexBundleFactory publicAlex Light2018-12-061-1/+1
* Add zip-apexAlex Light2018-12-041-9/+57
* Stubs variant is used when building for APEXJiyong Park2018-12-041-0/+369