summaryrefslogtreecommitdiffstats
path: root/NativeCode.mk
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-04-30 10:13:35 -0700
committerJean-Baptiste Queru <jbq@google.com>2010-04-30 10:18:21 -0700
commit6e1c2a95596e3ea72b48c7b54395131acbeab1da (patch)
treed8e127aa0692411d9d66036a0a226cefc9784902 /NativeCode.mk
parenta1a038e19392458bb3fdeb4a77becb083ef960f6 (diff)
downloadlibcore-6e1c2a95596e3ea72b48c7b54395131acbeab1da.zip
libcore-6e1c2a95596e3ea72b48c7b54395131acbeab1da.tar.gz
libcore-6e1c2a95596e3ea72b48c7b54395131acbeab1da.tar.bz2
Adapt to new location of libcore
Change-Id: I0dcadda241e7fd2a7429f9dd43d1ff5e945e5467
Diffstat (limited to 'NativeCode.mk')
-rw-r--r--NativeCode.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/NativeCode.mk b/NativeCode.mk
index d32307e..41ca7cb 100644
--- a/NativeCode.mk
+++ b/NativeCode.mk
@@ -74,7 +74,7 @@ $(foreach dir, \
# Extract out the allowed LOCAL_* variables. Note: $(sort) also
# removes duplicates.
-core_c_includes := $(sort dalvik/libcore/include $(LOCAL_C_INCLUDES) $(JNI_H_INCLUDE))
+core_c_includes := $(sort libcore/include $(LOCAL_C_INCLUDES) $(JNI_H_INCLUDE))
core_shared_libraries := $(sort $(LOCAL_SHARED_LIBRARIES))
core_static_libraries := $(sort $(LOCAL_STATIC_LIBRARIES))