summaryrefslogtreecommitdiffstats
path: root/tools/split-select/Abi.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Build the split-select tool without C++11 supportAdam Lesinski2014-11-031-31/+47
| | | | | | | | | | | | | It was complicated to get the tool building on Windows, Linux, and OSX with C++11 support. OSX uses Clang to build C++11 binaries, which requires the libc++ standard library. Since most of the dependencies of this program are built against libstdc++, this was difficult to resolve. Now we build without C++11 support. Change-Id: I4e537c113734508a8f480a1c402ed237de4f0e60
* First commit of split-select toolAdam Lesinski2014-10-231-0/+83
This tool emits a set of rules as JSON for when a Split APK should match a target device. Change-Id: I8bfbdfbdb51efcfc645889dd03e1961f16e39645