diff options
author | Igor Cota <igor@codexapertus.com> | 2019-05-28 03:12:59 +0200 |
---|---|---|
committer | Igor Cota <igor@codexapertus.com> | 2019-09-19 11:27:18 +0200 |
commit | 0b0cff3c61610fb56f8c5c9451ace01598117a8d (patch) | |
tree | 09de5b4a590f79b8f7d7e96d707e6e4ec95cf68d /depends/hosts | |
parent | 9bf5768dd628b3a7c30dd42b5ed477a92c4d3540 (diff) |
Add support for building Android dependencies
Diffstat (limited to 'depends/hosts')
-rw-r--r-- | depends/hosts/android.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/depends/hosts/android.mk b/depends/hosts/android.mk new file mode 100644 index 0000000000..ff1b07d55b --- /dev/null +++ b/depends/hosts/android.mk @@ -0,0 +1,3 @@ +android_AR=$(ANDROID_TOOLCHAIN_BIN)/$(HOST)-ar +android_CXX=$(ANDROID_TOOLCHAIN_BIN)/$(HOST)$(ANDROID_API_LEVEL)-clang++ +android_CC=$(ANDROID_TOOLCHAIN_BIN)/$(HOST)$(ANDROID_API_LEVEL)-clang |