Adapt to new location of libcore
Change-Id: I495bf86a8195c85d16917c129dcbb0f4c5de68d2
This commit is contained in:
@@ -293,7 +293,7 @@ fwbase_dirs_to_document := \
|
|||||||
# as "final" in the official SDK APIs.
|
# as "final" in the official SDK APIs.
|
||||||
fwbase_dirs_to_document += core/config/sdk
|
fwbase_dirs_to_document += core/config/sdk
|
||||||
|
|
||||||
# These are relative to dalvik/libcore
|
# These are relative to libcore
|
||||||
# Intentionally not included from libcore:
|
# Intentionally not included from libcore:
|
||||||
# icu openssl suncompat support
|
# icu openssl suncompat support
|
||||||
libcore_to_document := \
|
libcore_to_document := \
|
||||||
@@ -333,7 +333,7 @@ non_base_dirs := \
|
|||||||
dirs_to_document := \
|
dirs_to_document := \
|
||||||
$(fwbase_dirs_to_document) \
|
$(fwbase_dirs_to_document) \
|
||||||
$(non_base_dirs) \
|
$(non_base_dirs) \
|
||||||
$(addprefix ../../dalvik/libcore/, $(libcore_to_document))
|
$(addprefix ../../libcore/, $(libcore_to_document))
|
||||||
|
|
||||||
html_dirs := \
|
html_dirs := \
|
||||||
$(FRAMEWORKS_BASE_SUBDIRS) \
|
$(FRAMEWORKS_BASE_SUBDIRS) \
|
||||||
|
|||||||
Reference in New Issue
Block a user