Skip to content

Commit

Permalink
Merge pull request #4098 from matt-langston/timob-13395-3_1_X
Browse files Browse the repository at this point in the history
TIMOB-13395: Android: native modules broken with android-ndk-r8e
  • Loading branch information
ayeung committed Apr 5, 2013
2 parents cf28dc0 + f4d0f41 commit 6d7ab5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/module/android/generated/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include $(CLEAR_VARS)

THIS_DIR = $(LOCAL_PATH)
LOCAL_MODULE := @MODULE_ID@
LOCAL_CFLAGS := -g "-I$(TI_MOBILE_SDK)/android/native/include" -I$(SYSROOT)/usr/include
LOCAL_CFLAGS := -g "-I$(TI_MOBILE_SDK)/android/native/include"

# Several places in generated code we set some jvalues to NULL and
# since NDK r8b we'd get warnings about each one.
Expand Down

0 comments on commit 6d7ab5b

Please sign in to comment.