aboutsummaryrefslogtreecommitdiff
path: root/build/aidl_gen_rule.go
AgeCommit message (Expand)Author
2022-12-21Frozen requirements can explain themselves.Steven Moreland
2022-10-19Default Stable AIDL interfaces to version 1Devin Moore
2022-10-15AIDL: stop declaring C++ header dirs for analyzerSteven Moreland
2022-08-24add aidl_interface_headers module typeSam Delmerico
2022-02-04Revert "Better semantics for 'gen rpc'."Steven Moreland
2022-02-03Better semantics for 'gen rpc'.Steven Moreland
2021-11-15fix checks on unstable module usageJooyung Han
2021-11-12build: remove lookupInterfaceJooyung Han
2021-11-09Check the availability of types against SDK versionJooyung Han
2021-10-11pipe platform_apis into the aidl compilerSteven Moreland
2021-09-27Add --min_sdk_version flag to the compilerJiyong Park
2021-09-08aidl: support RPC in JavaSteven Moreland
2021-08-26Rename BuildDir and NinjaBuildDir.Lukacs T. Berki
2021-07-30Report last .hash entry in getInterfaceHashSteven Moreland
2021-06-08Use versioned preprocessed.aidlJooyung Han
2021-06-08use preprocessed.aidl for imported modulesJooyung Han
2021-06-04refactor: use getPaths() instead of getBaseDir()Jooyung Han
2021-05-26fix import paths when compiling snapshotsJooyung Han
2021-05-20Add aidl_hash_gen and raise an error for a frozen interface without .hash fileJeongik Cha
2021-04-30Add phony target for genruleJooyung Han
2021-03-18Allow imported interface to specify its versionJeongik Cha
2021-01-20Split aidl_interface.goJeongik Cha