aboutsummaryrefslogtreecommitdiffstats
path: root/apex
Commit message (Expand)AuthorAgeFilesLines
...
* Only copy native binaries on native-bridge configsAlex Light2019-01-241-0/+5
* Disable all-assigned check in hiddenapi on master-artDavid Brazdil2019-01-231-1/+1
* Fix: APEX gets .jar.jar suffix when TARGET_FLATTEN_APEX is trueJiyong Park2019-01-201-1/+5
* Enable arch variant properties in prebuilt_etc.Jaewoong Jung2019-01-171-4/+5
* APEXes can be sanitizedJiyong Park2019-01-131-0/+8
* Revert "Symbols for libs in APEXes are available"Michael Butler2019-01-111-52/+39
* Symbols for libs in APEXes are availableJiyong Park2019-01-111-39/+52
* APEXes can be signed with devkeysJiyong Park2019-01-113-14/+75
* apex manifest is always installed as apex_manifest.jsonJiyong Park2019-01-111-1/+9
* Rename non-stubs variant of a lib if it is included in APEXJiyong Park2019-01-102-3/+29
* Add PRODUCT_MANIFEST_PACKAGE_NAME_OVERRIDESJiyong Park2019-01-091-0/+5
* Executables in APEXes have root:shellJiyong Park2019-01-091-1/+1
* Don't use vendor variant when BOARD_VNDK_VERSION is not setJiyong Park2019-01-051-10/+11
* 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
* Bundle public keys with APEXJiyong Park2019-01-041-5/+20
* Add installable property to apex_keyJiyong Park2019-01-041-1/+11
* Set stem for uninstalled apex modulesColin Cross2019-01-021-2/+2
* Fix: static dependency across an APEX is lostJiyong Park2018-12-211-0/+52
* Add use_vendor to APEX moduleJiyong Park2018-12-202-40/+142
* Fix a nill pointer dereference when TARGET_FLATTEN_APEXJiyong Park2018-12-201-1/+5
* Fix: Flattend APEX is breaking buildJiyong Park2018-12-191-6/+10
* Merge changes Idb2b552b,I190bca35Treehugger Robot2018-12-191-0/+3
|\
| * When a stub is built for APEX, it is generated with --apexJiyong Park2018-12-161-0/+3
* | Merge "Add installable property to apex module type"Treehugger Robot2018-12-151-9/+22
|\ \ | |/ |/|
| * Add installable property to apex module typeJiyong Park2018-12-151-9/+22
* | Remove -include <file> when compiling stubs.Jiyong Park2018-12-151-0/+5
|/
* Don't create unnecessary APEX variationsJiyong Park2018-12-132-19/+74
* Output of an apex module type can be included in testsJiyong Park2018-12-121-0/+4
* Fix: build error when a lib with stubs is included in an APEXJiyong Park2018-12-102-2/+11
* Fix: a module with sub_dir can't be placed in APEXJiyong Park2018-12-072-2/+40
* Make apex.ApexBundleFactory publicAlex Light2018-12-062-3/+3
* Add zip-apexAlex Light2018-12-042-101/+290
* Stubs variant is used when building for APEXJiyong Park2018-12-042-14/+377
* Revert "Add resources.pb to the apex bundle"Shahar Amitai2018-11-271-2/+1
* Rename manifest and image files.Dario Freni2018-11-241-8/+8
* Add resources.pb to the apex bundleJiyong Park2018-11-231-1/+5
* Align entries in APEX at 4K boundaryJiyong Park2018-11-221-0/+1
* Remove buildspam from apexerJiyong Park2018-11-201-1/+1
* Convert apex modules to app bundle modulesColin Cross2018-11-161-18/+63
* Rename APEX file_contexts as <name>-file_contextJiyong Park2018-11-151-1/+1
* APEX can be flattenedJiyong Park2018-11-141-33/+155
* Move file_contexts file for APEXes to under /system/sepolicyJiyong Park2018-11-131-3/+13
* Fail gracefully when apek_key is not foundJiyong Park2018-11-091-0/+5
* Fix ext4 image's root directory permissions of APEX packages.Roland Levillain2018-11-021-1/+1
* APEXs are signed with apk signerJiyong Park2018-10-311-7/+49
* Use SDK prebuilt 'aapt2' in 'apexer' in source trees without "frameworks/base".Roland Levillain2018-10-301-1/+12
* binaries and native_shared_libraires are multilib-aware propsJiyong Park2018-10-261-10/+108
* arch-specific dependencies are correctly handled in apexJiyong Park2018-10-251-2/+2
* APEX can be signed with different keysJiyong Park2018-10-162-19/+125