- 7821224 Remove global state from VNDK by Colin Cross · 4 years ago
- 86cc40a Merge "Do not read 'vendor_available: false'" by Treehugger Robot · 4 years ago
- c0d8c49 Do not read 'vendor_available: false' by Justin Yun · 4 years ago
- e4e44bc Split vndk_libraries_txt into multiple module types by Colin Cross · 4 years ago
- 8a2600c Create vndkproduct.libraries.txt by Justin Yun · 4 years, 1 month ago
- fd9e804 Define vndk.private property for VNDK-private libraries by Justin Yun · 4 years ago
- 6977e8a 'vendor_available: *' will not create product variant by Justin Yun · 4 years, 2 months ago
- 18aefc1 Remove unnecessary snake case variables. by Jaewoong Jung · 4 years ago
- 127bb8b Don't rewrite LLNDK dependencies with .llndk suffix by Colin Cross · 4 years ago
- f48c89c Merge "Refactor for preliminary Rust vendor image support" by Ivan Lozano · 4 years, 1 month ago
- f9e2172 Refactor for preliminary Rust vendor image support by Ivan Lozano · 4 years, 1 month ago
- de5744a Add some comments for VNDK / vendor snapshots by Inseob Kim · 4 years, 1 month ago
- 897a5ad Merge "Pass pctx and ctx to NewRuleBuilder" by Colin Cross · 4 years, 1 month ago
- f1a035e Pass pctx and ctx to NewRuleBuilder by Colin Cross · 4 years, 1 month ago
- 7a44479 map list files must have newline characters by Justin Yun · 4 years, 1 month ago
- cf371cc Replace android.WriteFile rule with android.WriteFileRule by Colin Cross · 4 years, 2 months ago
- 63e9ec7 Define product_available property by Justin Yun · 4 years, 2 months ago
- 31076b3 Move stubs related methods out of LinkableInterface by Colin Cross · 4 years, 2 months ago
- 637df8e Cleanup references to system/core/liblog -> system/logging/liblog by Baligh Uddin · 4 years, 2 months ago
- ed5dee0 Merge "Add llndk_stubs property" by Colin Cross · 4 years, 2 months ago
- 12aa3e4 Merge "run vndk-sp closure check before double-loadable" by Jooyung Han · 4 years, 2 months ago
- 0477b42 Add llndk_stubs property by Colin Cross · 4 years, 3 months ago
- 261e158 Do not install vndk lib by Jooyung Han · 4 years, 2 months ago
- 479ca17 run vndk-sp closure check before double-loadable by Jooyung Han · 4 years, 2 months ago
- 0de8a1e Start using Providers instead of direct module access by Colin Cross · 4 years, 3 months ago
- 56a8321 Remove global state from apex modules by Colin Cross · 4 years, 3 months ago
- 0703fd8 apex: support prebuilt_firmware for vendor apexes by Jooyung Han · 4 years, 4 months ago
- 6e511a9 Add libraryDependencyTag to track dependencies on static and shared libraries by Colin Cross · 4 years, 5 months ago
- 08fac0c Update language to comply with Android's inclusive language guidance by Yo Chiang · 4 years, 5 months ago
- b0aa851 Deprecate VNDK-Lite by Kiyoung Kim · 4 years, 6 months ago
- bba545e VNDK listing contains device modules only by Yo Chiang · 4 years, 7 months ago
- 4b79e98 Soong package structure refactoring by Jaewoong Jung · 4 years, 7 months ago
- 2478e4e Revert "Revert "Allow libz to have stub even though it's not an ..." by Jiyong Park · 4 years, 7 months ago
- f133c18 Revert "Allow libz to have stub even though it's not an LLNDK li..." by Jiyong Park · 4 years, 7 months ago
- 844c3a0 Allow libz to have stub even though it's not an LLNDK library by Jiyong Park · 4 years, 8 months ago
- 624dec0 Merge "Don't allow a lib having stubs to become a member of VNDK" by Treehugger Robot · 4 years, 9 months ago
- 73d20d0 Build VNDK APEX for VNDK-Lite by Jooyung Han · 4 years, 9 months ago
- ea97f51 Don't allow a lib having stubs to become a member of VNDK by Jiyong Park · 4 years, 9 months ago
- 61b66e9 Revert "Revert "Enforce min_sdk_version of apex(use_vendor:true)"" by Jooyung Han · 4 years, 9 months ago
- bacf34d Revert "Enforce min_sdk_version of apex(use_vendor:true)" by Jooyung Han · 4 years, 9 months ago
- 380fc36 Enforce min_sdk_version of apex(use_vendor:true) by Jooyung Han · 4 years, 10 months ago
- eda2e9c Capture snapshot headers in parallel by Inseob Kim · 4 years, 10 months ago
- a75b057 Unless overridden include LICENSE files in notices. by Bob Badour · 4 years, 10 months ago
- 8471cda Implement vendor snapshot by Inseob Kim · 5 years ago
- a57af4a Revert "Revert "apex_vndk uses vendor variants only"" by Jooyung Han · 5 years ago
- 5df3b11 Revert "apex_vndk uses vendor variants only" by Jooyung Han · 5 years ago
- 559ad01 apex_vndk uses vendor variants only by Jooyung Han · 5 years ago
- e1aa8ea Detach VNDK using core library list from VNDK APEX by Kiyoung Kim · 5 years ago
- 5f7f7e8 Create product variant for product partition by Justin Yun · 5 years ago
- 0b0e1b9 AndroidMkEntries() returns multiple AndroidMkEntries structs by Jiyong Park · 5 years ago
- d110f87 Fix generated headers of snapshot by Inseob Kim · 5 years ago
- 39edb6c VNDK APEX contains related *.libraries.txt files by Jooyung Han · 5 years ago
- 2216fb1 Make vndk*.libraries.txt as soong modules by Jooyung Han · 5 years ago
- 242ef0c Fix and generate vndk snapshot entirely in Soong by Inseob Kim · 5 years ago
- 1f056cd Merge "delete redundant code" by Treehugger Robot · 5 years ago
- a463f72 delete redundant code by Jooyung Han · 5 years ago
- 0302a84 Soong generates vndk-related .libraries.txt files by Jooyung Han · 5 years ago
- 87a7f30 Fix apex_vndk with TARGET_VNDK_USE_CORE_VARIANT by Jooyung Han · 5 years ago
- 52767be Add support for Rust C libraries. by Ivan Lozano · 5 years ago
- 183a321 Add a common interface for cc linkable libraries. by Ivan Lozano · 5 years ago
- 6db2f17 Partial reverts of vndk-apex by Jooyung Han · 5 years ago
- b480deb Merge "Change exportedDirs and exportedSystemDirs from []string to android.Paths" by Treehugger Robot · 5 years ago
- 7d6b21c Merge "Soong generates libraries.txt files for vndk" by Treehugger Robot · 5 years ago
- 097087b Soong generates libraries.txt files for vndk by Jooyung Han · 5 years ago
- 7495504 Change exportedDirs and exportedSystemDirs from []string to android.Paths by Jiyong Park · 5 years ago
- 31c470b Revert "Revert "Supports VNDK APEX with different versions"" by Jooyung Han · 5 years ago
- 48dd4b5 Revert "Supports VNDK APEX with different versions" by Jooyung Han · 5 years ago
- 394951d Supports VNDK APEX with different versions by Jooyung Han · 5 years ago
- 64c4395 Add version to vendor variants by Inseob Kim · 5 years ago
- 7390ea3 Skip native_bridge modules when listing VNDK libs by Justin Yun · 5 years ago
- ae55303 Include headers and props to VNDK snapshot by Inseob Kim · 6 years ago
- dfe75b3 Fix some typos in Soong. by Roland Levillain · 5 years ago
- 4c2c46f Fix nondeterminstic iteration of vndk modules map by Colin Cross · 6 years ago
- 656833e Merge "Skip native_bridge modules when installing vndk snapshot" by Dimitry Ivanov · 6 years ago
- 51ea18a Skip native_bridge modules when installing vndk snapshot by dimitry · 6 years ago
- 76106d9 exports LOCAL_SOONG_VNDK_VERSION for VNDK libs by Jooyung Han · 6 years ago
- 1f086e2 Generate VNDK snapshot with Soong except configs by Inseob Kim · 6 years ago
- 9516ee9 Attach global variables to Context by Inseob Kim · 6 years ago
- efd249e Add support for no-vendor-variant VNDK by Vic Yang · 6 years ago
- da6eb59 Add use_vendor to APEX module by Jiyong Park · 6 years ago
- 257eb0c Improve messages for VNDK dependency errors. by Martin Stjernholm · 6 years ago
- d3c59a2 Allow VNDK-SP extensions to use vendor lib by Logan Chien · 7 years ago
- 4b03222 Only emit enabled VNDK libraries by Jiyong Park · 7 years ago
- f351174 Support VNDK extensions by Logan Chien · 7 years ago
- 7154928 Install VNDK snapshot libraries for system build by Justin Yun · 7 years ago
- 0007d81 Change bool, and string properties to *bool, and *string for cc by Nan Zhang · 7 years ago
- 82e2bf3 vendor_available:false hides a lib from vendors by Jiyong Park · 7 years ago
- 766efbc Keep vndk library lists sorted by Colin Cross · 7 years ago
- d5b18a5 List of VNDK-related libs are exported to make by Jiyong Park · 7 years ago
- 8effde4 Install VNDK libs in /system instead of /vendor by Justin Yun · 8 years ago