OSDN Git Service

Fix build.
authorJeff Brown <jeffbrown@google.com>
Thu, 18 Jul 2013 23:37:44 +0000 (16:37 -0700)
committerJeff Brown <jeffbrown@google.com>
Thu, 18 Jul 2013 23:37:44 +0000 (16:37 -0700)
Change-Id: Ie83f51ab4b8fddceda8d4f0ac24c532eab7458b8

tools/layoutlib/Android.mk

index b27ce0e..4e73568 100644 (file)
@@ -25,8 +25,8 @@ include $(CLEAR_VARS)
 # We need to process the framework classes.jar file, but we can't
 # depend directly on it (private vars won't be inherited correctly).
 # So, we depend on framework's BUILT file.
-built_framework_dep := $(call java-lib-deps,framework)
-built_framework_classes := $(call java-lib-files,framework)
+built_framework_dep := $(call java-lib-deps,framework-base)
+built_framework_classes := $(call java-lib-files,framework-base)
 
 built_core_dep := $(call java-lib-deps,core)
 built_core_classes := $(call java-lib-files,core)