Skip to content

Commit 2dfcb61

Browse files
enh-googleAndroid (Google) Code Review
authored andcommitted
Merge "libnativehelper is implicitly available." into jb-dev
2 parents be836ee + 89269cf commit 2dfcb61

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

native/android/Android.mk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ LOCAL_STATIC_LIBRARIES := \
3030

3131
LOCAL_C_INCLUDES += \
3232
frameworks/base/native/include \
33-
frameworks/base/core/jni/android \
34-
dalvik/libnativehelper/include/nativehelper
33+
frameworks/base/core/jni/android
3534

3635
LOCAL_MODULE:= libandroid
3736

native/graphics/jni/Android.mk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ LOCAL_SHARED_LIBRARIES := \
2525
LOCAL_C_INCLUDES += \
2626
external/skia/include/core \
2727
frameworks/base/native/include \
28-
frameworks/base/core/jni/android/graphics \
29-
dalvik/libnativehelper/include/nativehelper
28+
frameworks/base/core/jni/android/graphics
3029

3130
LOCAL_MODULE:= libjnigraphics
3231

0 commit comments

Comments
 (0)