Fix native build

Summary:
- Fix OSS build regarding is_apple_platform
- Update buck
- Drop 32bit build for Apple target

Reviewed By: ttsugriy

Differential Revision: D7032331

fbshipit-source-id: bb6a24bd404a107729a30b5ac4b419c238f7d42e
This commit is contained in:
Kazuki Sakamoto
2018-02-20 14:07:12 -08:00
committed by Facebook Github Bot
parent 51051aad7f
commit f73b5057ac
3 changed files with 9 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/sh
cd `dirname "$0"`
echo $ANDROID_SDK
BUCK_RELEASE=2017.05.09.01
BUCK_RELEASE=2018.02.16.01
echo "buck $BUCK_RELEASE"
BUCK=lib/buck-$BUCK_RELEASE/bin/buck
if $BUCK --version >/dev/null 2>&1; then true; else