summaryrefslogtreecommitdiff
path: root/tools/split-select/SplitDescription.cpp
AgeCommit message (Collapse)Author
2023-09-05Migrate String8|16.setTo to assignment operator Tomasz Wasilczyk
Bug: 295394788 Test: make checkbuild Change-Id: I370f66c469de73064dec2e42c539dc236dd69d1e
2023-08-30Migrate from android::String isEmpty to empty [aapt] Tomasz Wasilczyk
This empty method is different from the old one - it aligns with std::string definition. Bug: 295394788 Test: make checkbuild Change-Id: I1900f2285ee3c3b1eb57d2cef3990896a64dae01 Merged-In: I1900f2285ee3c3b1eb57d2cef3990896a64dae01
2023-08-18Use String8/16 c_str [tools] Tomasz Wasilczyk
Bug: 295394788 Test: make checkbuild Change-Id: I82d6899d8c15a10b15399c39177290012bb5f13b Merged-In: I82d6899d8c15a10b15399c39177290012bb5f13b
2014-11-03Build the split-select tool without C++11 support Adam Lesinski
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
2014-10-23First commit of split-select tool Adam Lesinski
This tool emits a set of rules as JSON for when a Split APK should match a target device. Change-Id: I8bfbdfbdb51efcfc645889dd03e1961f16e39645