aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Ducrohet <>2009-04-06 20:29:27 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-04-06 20:29:27 -0700
commitf39ac4218bbe3a0e07738d92675b23cad6484b63 (patch)
tree4dff7ced9ed4af5ffc7a8e44fb90072d5050e72d
parentad44c07ac7c505a7b6b5ef14c7234c58e3b919d0 (diff)
downloadbuild-f39ac4218bbe3a0e07738d92675b23cad6484b63.tar.gz
AI 144764: Fix the SDK build to properly package what needs to go in the system image (bug #1761105)
BUG=1761105 Automated import of CL 144764
-rw-r--r--core/main.mk2
-rw-r--r--target/product/sdk.mk1
2 files changed, 1 insertions, 2 deletions
diff --git a/core/main.mk b/core/main.mk
index 815745b0b1..04e9728f28 100644
--- a/core/main.mk
+++ b/core/main.mk
@@ -193,7 +193,7 @@ $(error The 'sdk' target may not be specified with any other targets)
endif
# TODO: this should be eng I think. Since the sdk is built from the eng
# variant.
-tags_to_install := user
+tags_to_install := user debug eng
ADDITIONAL_BUILD_PROPERTIES += xmpp.auto-presence=true
ADDITIONAL_BUILD_PROPERTIES += ro.config.nocheckin=yes
else # !sdk
diff --git a/target/product/sdk.mk b/target/product/sdk.mk
index b0c7d80a86..2f5165abe3 100644
--- a/target/product/sdk.mk
+++ b/target/product/sdk.mk
@@ -10,7 +10,6 @@ PRODUCT_PACKAGES := \
Fallback \
GPSEnable \
Launcher \
- Maps \
Music \
Mms \
Settings \