Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit 'fa31eb2c' into manualmerge | Adam Lesinski | 2014-11-10 | 1 | -13/+23 |
|\ | | | | | | | | | | | | | Conflicts: tools/split-select/RuleGenerator_test.cpp Change-Id: I0d1261301d433f32e857cf1b0d75a861205f7625 | ||||
| * | split-select: Fix rules generated for anydpi density | Adam Lesinski | 2014-11-06 | 1 | -13/+23 |
|/ | | | | Change-Id: I9de569ca9a76eb22df4d0e178df847ba1c7d0b01 | ||||
* | Build the split-select tool without C++11 support | Adam Lesinski | 2014-11-03 | 1 | -4/+4 |
| | | | | | | | | | | | | | 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 tool | Adam Lesinski | 2014-10-23 | 1 | -0/+153 |
This tool emits a set of rules as JSON for when a Split APK should match a target device. Change-Id: I8bfbdfbdb51efcfc645889dd03e1961f16e39645 |