We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42b21c3 commit 0c388fdCopy full SHA for 0c388fd
Android.mk
@@ -272,7 +272,7 @@ fwbase_dirs_to_document := \
272
# as "final" in the official SDK APIs.
273
fwbase_dirs_to_document += core/config/sdk
274
275
-# These are relative to dalvik/libcore
+# These are relative to libcore
276
# Intentionally not included from libcore:
277
# icu openssl suncompat support
278
libcore_to_document := \
@@ -312,7 +312,7 @@ non_base_dirs := \
312
dirs_to_document := \
313
$(fwbase_dirs_to_document) \
314
$(non_base_dirs) \
315
- $(addprefix ../../dalvik/libcore/, $(libcore_to_document))
+ $(addprefix ../../libcore/, $(libcore_to_document))
316
317
html_dirs := \
318
$(FRAMEWORKS_BASE_SUBDIRS) \
0 commit comments