summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-04-30 10:13:34 -0700
committerJean-Baptiste Queru <jbq@google.com>2010-04-30 12:12:00 -0700
commit8d817f712425bfb38f6aa979718fcfb6c8f730b0 (patch)
tree3cb5c578cd7d664d15012d56a638727c242ac2a7 /Android.mk
parent0f639c7df782b1f7eccb126612c9f3dd6c20ab71 (diff)
downloadframeworks_base-8d817f712425bfb38f6aa979718fcfb6c8f730b0.zip
frameworks_base-8d817f712425bfb38f6aa979718fcfb6c8f730b0.tar.gz
frameworks_base-8d817f712425bfb38f6aa979718fcfb6c8f730b0.tar.bz2
Adapt to new location of libcore
Change-Id: Ia7046e7f3eace4f31ae48987712b539418d72ed1
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index f6aa1e9..52c9d55 100644
--- a/Android.mk
+++ b/Android.mk
@@ -296,7 +296,7 @@ fwbase_dirs_to_document := \
# as "final" in the official SDK APIs.
fwbase_dirs_to_document += core/config/sdk
-# These are relative to dalvik/libcore
+# These are relative to libcore
# Intentionally not included from libcore:
# icu openssl suncompat support
libcore_to_document := \
@@ -336,7 +336,7 @@ non_base_dirs := \
dirs_to_document := \
$(fwbase_dirs_to_document) \
$(non_base_dirs) \
- $(addprefix ../../dalvik/libcore/, $(libcore_to_document))
+ $(addprefix ../../libcore/, $(libcore_to_document))
html_dirs := \
$(FRAMEWORKS_BASE_SUBDIRS) \