- 2e96d06 Clean up now unnecessary ART special code. by Martin Stjernholm · 3 years, 7 months ago
- c502af5 Verify extra paths from APEX linker config by Kiyoung Kim · 4 years ago
- 6c7494c Do not fail on missing public.libraries.txt by Kiyoung Kim · 4 years ago
- b972763 Refactor ScanActiveApexes to return android::base::Result by Kiyoung Kim · 4 years ago
- 4a5be61 Rename sharedApexLibs to requireSharedApexLibs by Kiyoung Kim · 4 years ago
- 48fbb64 Update path for SharedLibs APEX by Kiyoung Kim · 4 years ago
- 5075351 Merge "Verify if APEX has any link with all libs allowed" by Kiyoung Kim · 4 years ago
- 2adf66e Verify if APEX has any link with all libs allowed by Kiyoung Kim · 4 years ago
- 1f3adaa Merge "Get system's required/providing libraries from config file" by Kiyoung Kim · 4 years ago
- 180ec04 Add support for test common APEX by Kiyoung Kim · 4 years, 1 month ago
- d7fb1c1 Get system's required/providing libraries from config file by Kiyoung Kim · 4 years, 1 month ago
- e9dc6c1 Use LinkerConfig object directly by Kiyoung Kim · 4 years, 1 month ago
- 197857e Update configuration for linkerconfig as json/protobuf by Kiyoung Kim · 4 years, 2 months ago
- 45a2de1 Link sanitizer libs from "system" for vendor apex by Jooyung Han · 4 years, 1 month ago
- 81b9f84 Set APEX namespace as visible by Kiyoung Kim · 4 years, 2 months ago
- 52ccfa7 make APEXes with public libraries visible by Jooyung Han · 4 years, 3 months ago
- f9920e2 Retrieve extra informations from APEX config file by Kiyoung Kim · 4 years, 3 months ago
- 949e311 Support :vndk requirement from /product partition by Jooyung Han · 4 years, 3 months ago
- a2a5d03 Skip reading apex-info-list when there's no apexes by Jooyung Han · 4 years, 3 months ago
- a5e31e2 Merge changes from topic "revert-1387130-revert-apex-info-list-XDFTNNKFQI" by Treehugger Robot · 4 years, 3 months ago
- 07c3480 Revert^2 "Fix "vndk" namespace for vendor apexes" by Jooyung Han · 4 years, 3 months ago
- b632392 Revert^2 "Read apex-info-file.xml to distinguish vendor apex" by Jooyung Han · 4 years, 3 months ago
- 0bb103f Add :sphal, :vndksp for apex configuration by Jooyung Han · 4 years, 4 months ago
- 4093cb0 Update codebase with static analysis result by Kiyoung Kim · 4 years, 4 months ago
- c7d6009 Revert "Read apex-info-file.xml to distinguish vendor apex" by Jooyung Han · 4 years, 4 months ago
- 51a4427 Revert "Fix "vndk" namespace for vendor apexes" by Jooyung Han · 4 years, 4 months ago
- 5e40c4c Fix "vndk" namespace for vendor apexes by Jooyung Han · 4 years, 4 months ago
- d32f7fa Read apex-info-file.xml to distinguish vendor apex by Jooyung Han · 4 years, 4 months ago
- 1fc46cc Cleanup for Android's inclusive language guidance by Luke Huang · 4 years, 4 months ago
- 1ee5f5c Support ":vndk" to use vndk libs from vendor apex by Jooyung Han · 4 years, 4 months ago
- fce4a27 Deprecate VNDK-Lite from linkerconfig by Kiyoung Kim · 4 years, 5 months ago
- 813e6ff Generate ASAN paths with certain rules by Kiyoung Kim · 4 years, 6 months ago
- 268151b Revert "Remove duplicate entries in shared_libs" by Jooyung Han · 4 years, 6 months ago
- 28ea47a Remove duplicate entries in shared_libs by Jooyung Han · 4 years, 6 months ago
- 11fadef Make APEXes with JNI libs "visible" in "system" section by Jooyung Han · 4 years, 9 months ago
- 471aeb9 Trim root path from output by Jooyung Han · 4 years, 9 months ago
- 50f1616 Rename APEX Namespace by Kiyoung Kim · 4 years, 9 months ago
- ca10abd Remove extra using statements by Tom Cherry · 4 years, 9 months ago
- ffacdd9 Merge "2 more missing Result::ok() calls in system/linkerconfig" by Treehugger Robot · 4 years, 9 months ago
- 4add3c0 Merge changes I2ead6a77,I6bf2204a by Treehugger Robot · 4 years, 9 months ago
- f3fbf29 2 more missing Result::ok() calls in system/linkerconfig by Bernie Innocenti · 4 years, 9 months ago
- 2fa82eb Merge "Use apex_name for the name of linker namespace" by Treehugger Robot · 4 years, 9 months ago
- 12cbedb Remove ResolveVariables() by Jooyung Han · 4 years, 10 months ago
- 750268b Make ConfigWriter simpler by Jooyung Han · 4 years, 10 months ago
- 51be4fe Last missing Result::ok() calls in system/linkerconfig by Bernie Innocenti · 4 years, 10 months ago
- bd5fc77 Use apex_name for the name of linker namespace by Jooyung Han · 4 years, 10 months ago
- 834efc8 Auto-generate media namespace by Jooyung Han · 4 years, 10 months ago
- 9960aca Auto-generate apex namespaces: cronet,nn,conscrypt by Jooyung Han · 4 years, 10 months ago
- 61496fe Configuration for special APEX binaries by Kiyoung Kim · 4 years, 10 months ago
- 32c2ef7 Move part of Context into modules::BaseContext by Jooyung Han · 4 years, 10 months ago
- b4af747 Add "--strict" flag by Jooyung Han · 4 years, 10 months ago
- cfb788f Sort namespaces in a section by Jooyung Han · 4 years, 10 months ago
- 284bc72 Generate linkerconfig for APEX binaries by Kiyoung Kim · 4 years, 10 months ago
- 9a3e85c Merge "Add product section for product interface enforcement" by Treehugger Robot · 4 years, 11 months ago
- 86b57f6 Scan Active APEXes by Jooyung Han · 4 years, 11 months ago
- 2a07d26 Add product section for product interface enforcement by Justin Yun · 5 years ago
- 33a9505 Read apex_manifest and generate Namespace by Jooyung Han · 5 years ago
- 09cbb08 Linker configuration for recovery by Kiyoung Kim · 5 years ago
- b9f20d1 Add constraints resolution for dependencies by Jooyung Han · 5 years ago
- 523e0c3 Make sure that namespace links are ordered by Jooyung Han · 5 years ago
- b461a7b Use ordered sequences for namespace links by Jooyung Han · 5 years ago
- bfe0654 vndk-ext should come before vndk(VNDK APEX) by Jooyung Han · 5 years ago
- 33648de Revert "Revert "Check ro.treble.enabled for legacy devices"" by Daichi Hirono · 5 years ago
- ab0f8cb Revert "Check ro.treble.enabled for legacy devices" by Daichi Hirono · 5 years ago
- 7343a1d Check ro.treble.enabled for legacy devices by Daichi Hirono · 5 years ago
- 2c9326f Merge "Do not expose namespace vector" by Treehugger Robot · 5 years ago
- e655807 Support legacy and vndklite mode by Kiyoung Kim · 5 years ago
- febec57 Do not expose namespace vector by Kiyoung Kim · 5 years ago
- cb9df4f Ensure all namespaces have links to /system/lib(64) for the sanitizer libs. by Martin Stjernholm · 5 years ago
- 7f8f6a0 Make link creation additive. by Martin Stjernholm · 5 years ago
- f74c2b7 Trim whitespace while loading library list file by Kiyoung Kim · 5 years ago
- 18eb4c6 Load VNDK using core variant library list by Kiyoung Kim · 5 years ago
- 360a6f3 Maintain directory to section map in manual by Kiyoung Kim · 5 years ago
- 405bfc9 Use enum for ASAN path by Kiyoung Kim · 5 years ago
- eba3ed1 Resolve dir path in early stage by Kiyoung Kim · 5 years ago
- 853438d Load variables on runtime by Kiyoung Kim · 5 years ago
- e9a77fe Make executable binary for LinkerConfig by Kiyoung Kim · 6 years ago
- 96a4388 Manage dir list without priority by Kiyoung Kim · 6 years ago
- 7a0d9fb Replace shared_ptr with plain object by Kiyoung Kim · 6 years ago
- ff9cbf7 Implement Legacy and base configuration by Kiyoung Kim · 6 years ago
- 6d7cb59 Create writer and handle environment variable by Kiyoung Kim · 6 years ago
- 7d422b3 Define modules for linker config by Kiyoung Kim · 6 years ago