diff options
| author | Cody Northrop <cnorthrop@google.com> | 2017-12-20 09:00:20 -0700 |
|---|---|---|
| committer | Tobin Ehlis <tobine@google.com> | 2017-12-22 16:09:45 -0700 |
| commit | c80cb46defce9778bdb1d5a2756eb89ba0ae28e4 (patch) | |
| tree | 9f4e34af346f560d233d2e9ec8e4bc41937cb90e /build-android | |
| parent | 43131b7521d3f95b9b0ba84fdd60ca4d12036dc1 (diff) | |
| download | usermoji-c80cb46defce9778bdb1d5a2756eb89ba0ae28e4.tar.xz | |
android: Add missing shaderc file
Diffstat (limited to 'build-android')
| -rw-r--r-- | build-android/jni/shaderc/Application.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build-android/jni/shaderc/Application.mk b/build-android/jni/shaderc/Application.mk new file mode 100644 index 00000000..5447415e --- /dev/null +++ b/build-android/jni/shaderc/Application.mk @@ -0,0 +1,4 @@ +APP_ABI := all +APP_BUILD_SCRIPT := Android.mk +APP_STL := c++_static +APP_PLATFORM := android-23 |
