Skip to content

Commit 0c388fd

Browse files
author
Jean-Baptiste Queru
committed
Adapt to new location of libcore
Change-Id: Ie4fb163fb9f04a96f8412a996d43321accb28cc8
1 parent 42b21c3 commit 0c388fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Android.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ fwbase_dirs_to_document := \
272272
# as "final" in the official SDK APIs.
273273
fwbase_dirs_to_document += core/config/sdk
274274

275-
# These are relative to dalvik/libcore
275+
# These are relative to libcore
276276
# Intentionally not included from libcore:
277277
# icu openssl suncompat support
278278
libcore_to_document := \
@@ -312,7 +312,7 @@ non_base_dirs := \
312312
dirs_to_document := \
313313
$(fwbase_dirs_to_document) \
314314
$(non_base_dirs) \
315-
$(addprefix ../../dalvik/libcore/, $(libcore_to_document))
315+
$(addprefix ../../libcore/, $(libcore_to_document))
316316

317317
html_dirs := \
318318
$(FRAMEWORKS_BASE_SUBDIRS) \

0 commit comments

Comments
 (0)