aboutsummaryrefslogtreecommitdiff
path: root/third_party/android/scripts/compile-libBlocksRuntime.sh
AgeCommit message (Collapse)Author
2022-01-02android: use set -e in scriptsRobert Swiecki
2022-01-02android: use set -u in scriptsRobert Swiecki
2022-01-01android: use set -x in scriptsRobert Swiecki
2022-01-01android: update android prerequisites - NDK v23b, android-30 ABI. Make arm64 ↵Robert Swiecki
the default build
2019-11-02android: remove unnecessary operations from *.sh filesRobert Swiecki
2019-10-30make android-all workRobert Swiecki
2017-12-15android: use ANDROID_API=26 by default, and use ↵Robert Swiecki
-D__ANDROID_API__=$ANDROID_API_V in standalone compilation mode
2016-10-28[Android] Rebuild deps when different API level chosenAnestis Bechtsoudis
Signed-off-by: Anestis Bechtsoudis <anestis@census-labs.com>
2016-10-28[Android] Verify valid ANDROID_API level from deps cc scriptsAnestis Bechtsoudis
Signed-off-by: Anestis Bechtsoudis <anestis@census-labs.com>
2016-10-28[Android] Align deps target API level with one chosen at makefileAnestis Bechtsoudis
Signed-off-by: Anestis Bechtsoudis <anestis@census-labs.com>
2016-09-06Display CPUload/NumofCpus/fixes for AndroidRobert Swiecki
2016-05-06[android] Add libBlocksRuntime supportAnestis Bechtsoudis
Fetch upstream AOSP source-code as 3rd-party dependency and compile as static lib. Treat arch in compile script with same patterns as other android dependencies (capstone, libunwind, etc.) Signed-off-by: Anestis Bechtsoudis <anestis@census-labs.com>