summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorJoe Onorato <joeo@google.com>2011-04-06 19:22:23 -0700
committerJoe Onorato <joeo@google.com>2011-04-07 19:23:05 -0700
commit43a17654cf4bfe7f1ec22bd8b7b32daccdf27c09 (patch)
treea5aac88ebb367a0f046a5724edc8e35cbe192cb9 /Android.mk
parentea4af8914a3b6ea68558f20ce502966032ca1ab1 (diff)
downloadframeworks_base-43a17654cf4bfe7f1ec22bd8b7b32daccdf27c09.zip
frameworks_base-43a17654cf4bfe7f1ec22bd8b7b32daccdf27c09.tar.gz
frameworks_base-43a17654cf4bfe7f1ec22bd8b7b32daccdf27c09.tar.bz2
Remove the deprecated things from Config.java. These haven't been working since before 1.0.
Change-Id: Ic2e8fa68797ea9d486f4117f3d82c98233cdab1e
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk17
1 files changed, 0 insertions, 17 deletions
diff --git a/Android.mk b/Android.mk
index 3f52948..7ccf935 100644
--- a/Android.mk
+++ b/Android.mk
@@ -47,18 +47,6 @@ LOCAL_SRC_FILES := $(filter-out \
org/mobilecontrol/% \
,$(LOCAL_SRC_FILES))
-# Include a different set of source files when building a debug build.
-# TODO: Maybe build these into a separate .jar and put it on the classpath
-# in front of framework.jar.
-# NOTE: Do not use this as an example; this is a very special situation.
-# Do not modify LOCAL_SRC_FILES based on any variable other
-# than TARGET_BUILD_TYPE, otherwise builds can become inconsistent.
-ifeq ($(TARGET_BUILD_TYPE),debug)
- LOCAL_SRC_FILES += $(call find-other-java-files,core/config/debug)
-else
- LOCAL_SRC_FILES += $(call find-other-java-files,core/config/ndebug)
-endif
-
## READ ME: ########################################################
##
## When updating this list of aidl files, consider if that aidl is
@@ -309,11 +297,6 @@ fwbase_dirs_to_document := \
) \
)
-# Pass a special "fake-out" version of some classes to the doc/API tools.
-# ConfigBuildFlags uses this trick to prevent certain fields from appearing
-# as "final" in the official SDK APIs.
-fwbase_dirs_to_document += core/config/sdk
-
# include definition of libcore_to_document
include $(LOCAL_PATH)/../../libcore/Docs.mk