Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5b559e81 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru
Browse files

Adapt to new location of libcore

Change-Id: Iecb39fdc6d9dc3ceb8a9bb4b3327e05caff0400e
parent 3b91e13e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -293,7 +293,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 := \
@@ -333,7 +333,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) \