- 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
- 1c89443 AIDL: include platform SDK version by Steven Moreland · 4 years, 9 months ago
- a5d9c5c Annotations/@hide consistent across defined types. by Steven Moreland · 4 years, 9 months ago
- 2769911 Revert "Suppress bool-operation warning locally" by Yifan Hong · 4 years, 9 months ago
- f17e3a7 Suppress warnings for ~(bool). by Yifan Hong · 4 years, 9 months ago
- 7e4b950 Annotations for defined types in API dumps. by Steven Moreland · 4 years, 9 months ago
- 092802e AIDL: -freeze-api includes vintf stability by Steven Moreland · 4 years, 9 months ago
- 04db7ab Remove obsolete 'making-changes.md' doc. by Steven Moreland · 4 years, 9 months ago
- bf4d939 Remove 'constants.md' doc. by Steven Moreland · 4 years, 9 months ago
- dd31e9f Reuse NDK modules from cc/testing.go by Colin Cross · 4 years, 9 months ago
- 75a0775 Suppress bool-operation warning locally by Chih-Hung Hsieh · 4 years, 9 months ago
- c09d34c Use SharedRefBase::make to allocate. by Steven Moreland · 4 years, 9 months ago
- f6a0c44 fix variable naming s/host_supported/hostSupported/ by Steven Moreland · 4 years, 9 months ago
- c08a736 Disable "VintfStability + cpp + vendor" variant. by Steven Moreland · 4 years, 9 months ago
- 63dbe55 Support 'apex_available' field in AIDL by Jeongik Cha · 4 years, 9 months ago
- 6d02280 gofmt aidl_interface.go by Steven Moreland · 4 years, 9 months ago
- 74d3f55 AIDL metadata by Steven Moreland · 4 years, 10 months ago
- 3cce7cd Changes TODO to do a full copy to use the 'single validation phase' bug. by Daniel Norman · 4 years, 10 months ago
- 7953f55 Fix leak by Jooyung Han · 4 years, 10 months ago
- c76afc5 Revert^2 "Add aidl_lazy_test to general-tests" by Jon Spivack · 4 years, 10 months ago
- 6991d92 Remove redundant trailing space from arglist by Jooyung Han · 4 years, 10 months ago
- 7bee8e3 Move default impl class to header for C++ by Jooyung Han · 4 years, 10 months ago
- 22dbb97 Sort aidl file list before sha1sum by Jeongik Cha · 4 years, 10 months ago
- 997281d Preserve "@hide" comment during dump_api by Jeongik Cha · 4 years, 10 months ago
- b77048c Add getInterfaceHash() method by Paul Trautrim · 4 years, 10 months ago
- 1af5423 Revert "Add aidl_lazy_test to general-tests" by Jon Spivack · 4 years, 10 months ago
- d1039a9 Fix-leak in AddImport. by Steven Moreland · 4 years, 10 months ago
- 11cb945 Error for @utf8InCpp on non-String. by Steven Moreland · 4 years, 10 months ago
- f193df6 Add aidl_lazy_test to general-tests by Jon Spivack · 4 years, 10 months ago
- 8f6ec46 Imported type is preferred to preprocessed type by Jiyong Park · 4 years, 10 months ago
- 0d9c26e aidl_language.cpp: snake case by Steven Moreland · 4 years, 10 months ago
- 31f395d aidl_parser_fuzzer: run on all backends. by Steven Moreland · 4 years, 10 months ago
- c8a4ca8 Nice error for FileDescriptor in the NDK. by Steven Moreland · 4 years, 10 months ago
- 04b07e1 Nicer error for NDK non-generic list. by Steven Moreland · 4 years, 10 months ago
- d27568b Remove obsolete vendor_available TODO by Steven Moreland · 4 years, 10 months ago
- e7d358a AIDL: initialize serial in error cases by Steven Moreland · 4 years, 10 months ago
- e74c86d Allow primitive types in an user-defined generic type by Jeongik Cha · 5 years ago
- 88f95a8 Ignore @JavaOnlyStableParcelable in c++/ndk backend by Jeongik Cha · 4 years, 10 months ago
- b635ad1 Remove obsolete Local_includes from TODO. by Steven Moreland · 4 years, 10 months ago
- 2af9ad0 Remove NDK backend type support TODOs. by Steven Moreland · 4 years, 10 months ago
- a6a0b75 Remove obsolete generics NDK TODO. by Steven Moreland · 4 years, 10 months ago
- 55120a7 Use android.compat.annotation.UnsupportedAppUsage everywhere. by Artur Satayev · 5 years ago
- 609ba6d Updates for bison 3.5 by Dan Willemsen · 4 years, 11 months ago
- ffe43cd Add liblog as a dependency where libbase is used. by Tom Cherry · 4 years, 11 months ago
- b75a451 Fail early when CharSequence is used in c++ or ndk by Jeongik Cha · 4 years, 10 months ago
- fdb57cd assert no error output on success by Steven Moreland · 4 years, 11 months ago
- bb654e3 Combine main.cpp/main_cpp.cpp. by Steven Moreland · 4 years, 11 months ago
- bb55b5e Forbid Map type in cpp and ndk earlier by Jeongik Cha · 4 years, 11 months ago
- 1a42034 Add a test dynamic service by Jon Spivack · 4 years, 11 months ago
- f653980 cpp build: clean header dirs by Steven Moreland · 5 years ago
- e48d994 Support a generic map in java by Jeongik Cha · 4 years, 11 months ago
- 7d8470e Add owners of build/soong as additional owners for build directory by Colin Cross · 4 years, 11 months ago
- a8cfc5f Use LoadHookContext instead of BaseModuleContext by Colin Cross · 4 years, 11 months ago
- dc6253b Test dynamic services by Jon Spivack · 5 years ago
- 18f7526 Support for @nullable NDK parcelable by Steven Moreland · 5 years ago
- 91a5c41 Dedup cc build components registration by Paul Duffin · 5 years ago
- 9298c2f Dedup registration for cc default test config by Paul Duffin · 5 years ago
- 4958524 apicheck -> checkapi by Steven Moreland · 5 years ago
- 30df9d9 API dumps: fix preamble by Steven Moreland · 5 years ago
- 17fad88 Add type_param leak to corpus for aidl_parser_fuzzer. by Mitch Phillips · 5 years ago
- a7b764d Follow moving filesystem into Config by Colin Cross · 5 years ago
- d12e313 Remove type_param identifier leaks. by Steven Moreland · 5 years ago
- 4348f9a NDK Parcelable: don't assume non-null w/ write. by Steven Moreland · 5 years ago
- 4f3e8c0 unique_fd is passed by value in AIDL interfaces by Jiyong Park · 5 years ago
- 0e2a03c Add compiler pragma for enum_values specialization by Jooyung Han · 5 years ago
- 7a9aceb Revert submission by Jooyung Han · 5 years ago
- 45ebdae Revert submission by Jooyung Han · 5 years ago
- 362fcd9 Add enum_range<Enum> by Jooyung Han · 5 years ago
- 6c00d29 Remove unneeded empty std::string instantiation. by Steven Moreland · 5 years ago
- 595143f Follow empty string for core image variant by Colin Cross · 5 years ago
- 63a926a Add basic tests for build stuff by Jooyung Han · 5 years ago
- df76dc7 Allow to make generic unstructured parcelable in java by Jeongik Cha · 5 years ago
- d3721d6 Warning and fixup for user string as format. by Steven Moreland · 5 years ago
- b3f4d62 Update the generate_cpp to new binder macro. by Ivan Lozano · 5 years ago
- 54be7bd Disallow void declarations. by Steven Moreland · 5 years ago
- 2cd53e9 Remove restriction on VintfStability. by Steven Moreland · 5 years ago
- adb7467 Include source position in generated annotations. by Mathew Inwood · 5 years ago
- 5b98eb8 aidl_parser_fuzzer: limit input size am: 066dcd9a65 by Steven Moreland · 5 years ago
- 066dcd9 aidl_parser_fuzzer: limit input size by Steven Moreland · 5 years ago
- 981c1b6 ShallowIntegralCopy: non-fatal for !CheckValid am: cdedd9bbe0 by Steven Moreland · 5 years ago
- d1b5efb Avoid fatal error on ERROR type. am: 4ff04aa17a by Steven Moreland · 5 years ago
- cdedd9b ShallowIntegralCopy: non-fatal for !CheckValid by Steven Moreland · 5 years ago
- 4ff04aa Avoid fatal error on ERROR type. by Steven Moreland · 5 years ago
- bd8adee Remove some duplicated CheckValid code. am: 4bcb05c620 by Steven Moreland · 5 years ago
- 4bcb05c Remove some duplicated CheckValid code. by Steven Moreland · 5 years ago
- 9e1444b Java markVintfStability am: e2fcb8e980 by Steven Moreland · 5 years ago
- 0bfc074 aidl_interface: support platform_apis am: 31b3500555 by Steven Moreland · 5 years ago
- caa848e -1 AIDL_FATAL API am: fe52c9ff0e by Steven Moreland · 5 years ago
- e2fcb8e Java markVintfStability by Steven Moreland · 5 years ago
- 31b3500 aidl_interface: support platform_apis by Steven Moreland · 5 years ago
- fe52c9f -1 AIDL_FATAL API by Steven Moreland · 5 years ago
- 0c0b803 ShallowIntegralCopy: report user errors w/o crash am: 59e53e49b6 by Steven Moreland · 5 years ago
- 3353ac7 Missing toString entry for const expressions. am: a923a729a5 by Steven Moreland · 5 years ago
- 802df36 Also detect 'x%0' to avoid exception. am: 485a51a75f by Steven Moreland · 5 years ago
- 59e53e4 ShallowIntegralCopy: report user errors w/o crash by Steven Moreland · 5 years ago
- a923a72 Missing toString entry for const expressions. by Steven Moreland · 5 years ago
- 485a51a Also detect 'x%0' to avoid exception. by Steven Moreland · 5 years ago