- 3265a9f Set Platform_sdk_version correctly by Jiyong Park · 3 years, 8 months ago
- 7c256e5 Remove extraneous calls to TestingBuildParams.RelativeToTop() by Paul Duffin · 3 years, 8 months ago
- 37e7811 Convert aidl package to use test fixtures by Paul Duffin · 3 years, 8 months ago
- a01447d Allow imported interface to specify its version by Jeongik Cha · 3 years, 8 months ago
- 9444434 Clean up non-versioned or unstable version related code by Jeongik Cha · 3 years, 9 months ago
- 252657e Add "dumpapi.no_license" to omit license in dumps by Jooyung Han · 3 years, 9 months ago
- 0872ba8 Fix .aidl warnings by Jooyung Han · 3 years, 9 months ago
- 6e7d557 Add ctx to AndroidMkExtraEntriesFunc by Colin Cross · 3 years, 9 months ago
- fbe7589 Add temporary allowlist for old version scheme by Jeongik Cha · 3 years, 9 months ago
- 7954168 Set updateable:false explicitly in apex rules. by Mathew Inwood · 3 years, 9 months ago
- 3369025 backends.rust.apex_available is supported by Jiyong Park · 3 years, 9 months ago
- 01cffa3 [LSC] Add LOCAL_LICENSE_KINDS to system/tools/aidl by Bob Badour · 3 years, 9 months ago
- 03b19c3 Turn on warnings for ToT aidl_interfaces by Jooyung Han · 3 years, 9 months ago
- c020b4c aidl_interface: limit Rust backend properties by Steven Moreland · 3 years, 9 months ago
- 683b279 aidl_interface: factor backend properties lookup by Steven Moreland · 3 years, 9 months ago
- 385f663 aidl_interface: refactor unstable checks by Steven Moreland · 3 years, 9 months ago
- 5d35003 Add aidl_interface prearch mutators for bp2build by Liz Kammer · 3 years, 10 months ago
- 143093e Remove unnecessary use of ModuleOutPath by Paul Duffin · 3 years, 10 months ago
- 88a6200 Run aidl-format on AIDL files by Jiyong Park · 3 years, 10 months ago
- 1887cc7 Specify version for aidl_interface explicitly by Jeongik Cha · 3 years, 10 months ago
- 08cb78a Define odm_available property by Justin Yun · 3 years, 10 months ago
- 52e9802 Always specify version to use aidl_interface except it is unstable by Jeongik Cha · 3 years, 10 months ago
- 42867c7 Use java.RegisterRequiredBuildComponentsForTest(ctx) by Paul Duffin · 3 years, 10 months ago
- 28328d9 Test case for transitive parcel includes. by Steven Moreland · 3 years, 10 months ago
- 132cf80 --dumpapi with copyright/license headers by Jooyung Han · 3 years, 10 months ago
- b8a9777 --checkapi=equal checks the equality of two dumps by Jooyung Han · 3 years, 10 months ago
- da36d5a Split aidl_interface.go by Jeongik Cha · 3 years, 10 months ago
- 6657938 Disable linting for Rust sources by Thiébaud Weksteen · 3 years, 10 months ago
- e8c4e2c Use vndk.private: true for VNDK-private libs by Justin Yun · 3 years, 11 months ago
- a4e1c47 Add "flags:" property to aidl_interface module by Jooyung Han · 3 years, 11 months ago
- 348fcdd Update API preamble (talk about 'current' case) by Steven Moreland · 4 years ago
- 3a95776 API preamble, even if no package. by Steven Moreland · 4 years ago
- 8037882 Prevent panic: Remove false dependency assumption. by Bob Badour · 4 years ago
- b06c563 fix: rust-module uses 'glued' source by Jooyung Han · 4 years ago
- cbf61d0 fix: checkDuplicatedVersions with -source by Jooyung Han · 4 years ago
- 993a819 duplicated version check covers source modules by Jiyong Park · 4 years ago
- 58b175c backend.*.srcs_available property added by Jiyong Park · 4 years ago
- 60eaa53 Fix Rust AIDL handling of multiple imports by Joel Galenson · 4 years ago
- 665c191 Follow argument changes to RuleBuilder by Colin Cross · 4 years ago
- db384a6 Allow missing interfaces if using SOONG_ALLOW_MISSING_DEPENDENCIES by Orion Hodson · 4 years ago
- 8f46cda aidl_interface for cpp must not create product variant by Justin Yun · 4 years ago
- ab8f1bf Refactor aidl rust to use AndroidMkEntries by Liz Kammer · 4 years ago
- 81003c3 gen_log: pass a struct to a logging callback by Jooyung Han · 4 years, 1 month ago
- 0e62e07 Add checks for aidl_interface.versions by Jooyung Han · 4 years ago
- dd57f1a Enable clang_tidy for AIDL-generated C++ libraries by Jiyong Park · 4 years ago
- ade4d5e Pass Config to NewTestContext instead of ctx.Register by Colin Cross · 4 years ago
- 1b35ff1 Make aidl rules deterministic by Colin Cross · 4 years, 4 months ago
- bfb607e aidl_interface: apps_enabled: document usage by Steven Moreland · 4 years ago
- f101dab apps_enabled: mechanism to only have ndk_platform by Steven Moreland · 4 years ago
- bc12140 Define product_available property by Justin Yun · 4 years, 1 month ago
- a6fe405 Disable libbinder darwin builds by Steven Moreland · 4 years, 1 month ago
- 1b4256a aidl_interface: add vndk_use_version by Steven Moreland · 4 years, 1 month ago
- e91fc35 aidl_interface.go: remove unused ctx arguments by Steven Moreland · 4 years, 1 month ago
- 7e03cda Use new BaseSourceProvider.OutputFiles by Chih-Hung Hsieh · 4 years, 2 months ago
- b93ae63 Show full dependency path by Jiyong Park · 4 years, 1 month ago
- feacc76 aidl_interface: support double_loadable by Steven Moreland · 4 years, 2 months ago
- 1682a82 aidl_interface: avoid vendor_available contagion by Steven Moreland · 4 years, 2 months ago
- fc3b108 Adapt to Soong API updates. by Dan Albert · 4 years, 4 months ago
- eeb3ad9 rust: Add Rust mutators and sysroot properties. by Ivan Lozano · 4 years, 2 months ago
- 0446cca Check the interface imported as well during the duplicated lib check by Jeongik Cha · 4 years, 3 months ago
- b62afd9 Implement Rust backend for AIDL compiler by Andrei Homescu · 4 years, 6 months ago
- 398cdeb Hide the -source modules that are auto-generated by Jiyong Park · 4 years, 3 months ago
- 1150b2a Compile generated cc modules with apex names by Jooyung Han · 4 years, 3 months ago
- 969f11a Add maybe_unused for an empty parcelable by Jeongik Cha · 4 years, 3 months ago
- e9228c2 Change C++ output file name rule regarding non-versioned module by Jeongik Cha · 4 years, 3 months ago
- 9389915 Change the rule to pick up VNDK targeted aidl interface version by Jeongik Cha · 4 years, 3 months ago
- 722ea94 Make an unstable module depend on the unstable version of its imports by Jeongik Cha · 4 years, 3 months ago
- 257d781 Check if VNDK module's stability is "vintf" by Jeongik Cha · 4 years, 3 months ago
- b6fb98f Generate 'unstable' postfixed module even for non-versioned module by Jeongik Cha · 4 years, 3 months ago
- e7adb11 Remove required libs from phony package. by Steven Moreland · 4 years, 4 months ago
- 5376b50 Optimize checkDuplicatedVersions by Jiyong Park · 4 years, 4 months ago
- e5cacd1 Elaborate error message about 'owner' by Jeongik Cha · 4 years, 5 months ago
- 3b0fc9f Remove redundant ndk_library registration. by Dan Albert · 4 years, 5 months ago
- dc118a1 Don't check the duplicated versions for imports by Jiyong Park · 4 years, 5 months ago
- 1976ae2 Follow Soong changes to PathForSource behavior in tests by Colin Cross · 4 years, 5 months ago
- 20f8317 Prevent different versions of the same interface in a process by Jiyong Park · 4 years, 6 months ago
- 1e62d98 m <aidl_interface name> generates every artifacts by Jeongik Cha · 4 years, 6 months ago
- 0ff8ca2 Supplement the comment for update-api by Jeongik Cha · 4 years, 6 months ago
- e2ccf8a Enable tracing in AIDL Java backend by Devin Moore · 4 years, 6 months ago
- e337b7c Add libandroid_aidltrace for platform NDK tracing by Devin Moore · 4 years, 6 months ago
- 7d5a454 Add Atrace support for aidl_interface NDK backend by Devin Moore · 4 years, 7 months ago
- a82bfe1 Modules of which 'unstable' is false should have version in release version by Jeongik Cha · 4 years, 7 months ago
- 9aa9fed aidl_interface: single place to validate versions by Steven Moreland · 4 years, 7 months ago
- 00c3302 Add min_sdk_version property by Jooyung Han · 4 years, 7 months ago
- a3617e6 Add unstable property to aidl_interface by Jiyong Park · 4 years, 7 months ago
- a45a360 Add support for atrace in new build system by Devin Moore · 4 years, 7 months ago
- 3885527 restrict unstable aidl interface by Jeongik Cha · 4 years, 8 months ago
- f782f0a Check if vintf aidl interface has been frozen on a release platform by Jeongik Cha · 4 years, 8 months ago
- fa31d22 Use base module names for ALL_AIDL_INTERFACES by Jiyong Park · 4 years, 8 months ago
- f58a6ba Check for the current API dump is enforced by Jiyong Park · 4 years, 8 months ago
- 6988260 Add API dump for the current version by Jiyong Park · 4 years, 8 months ago
- 56f7ad5 Properly filter out hash file in API diff rule by Paul Trautrim · 4 years, 8 months ago
- b01451d Add build-time checks of AIDL API hashes by Paul Trautrim · 4 years, 9 months ago
- 5d9c28b Dump current AIDL API and make sure that it is always updated by Jiyong Park · 4 years, 8 months ago
- fbe2192 Add name suffix information to 'Backend' docs. by Steven Moreland · 4 years, 9 months ago
- afc20c5 libaidlmetadata: include hashes by Steven Moreland · 4 years, 9 months ago
- f3a5cf4 Limit VNDK entries to latest frozen version. by Steven Moreland · 4 years, 9 months ago
- a11db15 Remove isCurrentVersion function. by Steven Moreland · 4 years, 9 months ago
- 9d7b9c8 Fix hashes for previously-frozen interfaces by Paul Trautrim · 4 years, 9 months ago
- 092802e AIDL: -freeze-api includes vintf stability by Steven Moreland · 4 years, 9 months ago