File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11LOCAL_PATH := $(call my-dir)
22
3+ # only build if run from the revtestexternal/build-android.sh script
4+ ifeq ($(NAME ) ,revtestexternal)
5+
36include $(CLEAR_VARS )
47
58TARGET_PLATFORM =android-8
@@ -31,3 +34,5 @@ LOCAL_LDFLAGS += \
3134 -Wl,-u,MCExternalFinalize
3235
3336include $(BUILD_SHARED_LIBRARY )
37+
38+ endif
Original file line number Diff line number Diff line change 1- NAME=revtestexternal
1+ export NAME=revtestexternal
22WORKSPACE=` cd ..; pwd`
33PROJECT=$WORKSPACE /$NAME
44
@@ -22,6 +22,9 @@ DSTROOT=$SRCROOT/_build/android/$MODE/$NAME
2222JAVAC=$JAVA_SDK /bin/javac
2323JAR=$JAVA_SDK /bin/jar
2424
25+ echo " Building LCIDL for mac..."
26+ sdks/Xcode_5_1/usr/bin/xcodebuild -project lcidlc/lcidlc.xcodeproj -configuration $MAC_MODE
27+
2528echo " Building external stubs…"
2629mkdir -p " $PROJECT /derived_src"
2730echo " $PROJECT /../_build/mac/$MAC_MODE /lcidlc"
You can’t perform that action at this time.
0 commit comments