History log of /system/tools/aidl/main_cpp.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d7f900170dac3d3df60f6f7cbac14bcd4173b139 28-Apr-2017 Andreas Gampe <agampe@google.com> Aidl: Let ASAN know that aidl doesn't want lsan

Temporary workaround. Aidl is not cleaning up itself right now.

This is in code, as otherwise generated makefiles would have to
use ASAN_OPTIONS=... at every invocation.

Bug: 37749857
Test: ASAN_OPTIONS= SANITIZE_HOST=address m
Change-Id: Ife7c97c076c1f182c9699f388edc852f94fc7c12
/system/tools/aidl/main_cpp.cpp
4a2884b0e9414ed9dfee4e141e8bd462c07b442b 07-Oct-2015 Christopher Wiley <wiley@google.com> Read all files through IoDelegate

This allows us to easily fake out file IO in tests.

Bug: 24703046
Change-Id: I33a59c8e43489b03f27f99fb2949e58cc0311eb1
Test: unittests still pass, clean build of android passes
/system/tools/aidl/main_cpp.cpp
a590de8d148bb42aa5f1f32aec6faae18a28e720 16-Sep-2015 Christopher Wiley <wiley@google.com> Define aidl-cpp executable

This executable has a distinct usage which reflects that it generates
a very different sort of code.

Bug: 23599341
Test: unittests pass, added new Options unit test

Change-Id: I6750e7146949659a3af0246ad1bca0fa23afb2d5
/system/tools/aidl/main_cpp.cpp