Skip to content

Commit 89269cf

Browse files
committed
libnativehelper is implicitly available.
(And is moving for the PDK.) Bug: 6369821 Change-Id: I9e082ef294cfb2d70384255eb06d97d8cb92b382
1 parent 6113ce3 commit 89269cf

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)