From 52122c60ca9006f287670f82e00d6c980dd425f0 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Queru Date: Fri, 30 Apr 2010 10:13:34 -0700 Subject: [PATCH] Adapt to new location of libcore Change-Id: Ie6800e0eb3d5b98e9e1b76e5304df735a0c5a47c --- Android.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Android.mk b/Android.mk index 8783934fb17d0..8f968d8461f0d 100644 --- a/Android.mk +++ b/Android.mk @@ -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) \