summaryrefslogtreecommitdiff
path: root/tools/aidl/options_unittest.cpp
AgeCommit message (Collapse)Author
2015-09-11Remove the aidl toolChristopher Wiley
This has been moved into its own repository at //system/tools/aidl Test: Built aosp_arm-eng from scratch. Bug: 23691099 Change-Id: Ic45d55682b9dcafe894efe0a6317792f9c1236c6
2015-09-01aidl: Separate aidl logic into its own static libraryChristopher Wiley
Compile aidl's logic into a static library that can be linked against both the unittest binary and the executable. Validate that this is working by writing a basic unittest against options parsing. Provide default values for Options struct members. These were previously taking on values according to the the bits in the memory allocated to hold them for preprocessed inputs. Bug: 23516947 Change-Id: Ib57cd7f473995f7851d788deac39f9c4d9018e8f Test: compiles and unittests pass