summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorWink Saville <wink@google.com>2012-05-31 10:35:52 -0700
committerWink Saville <wink@google.com>2012-05-31 10:35:52 -0700
commit689f117b6325cfb58cbb07560f503b7f7c688707 (patch)
treeee24323953db999cbe6a0d83e4e61b64d60323b3 /target
parent3e93aeae10aa70ab64e78fbab0bb8741d0b04d99 (diff)
downloadbuild-689f117b6325cfb58cbb07560f503b7f7c688707.zip
build-689f117b6325cfb58cbb07560f503b7f7c688707.tar.gz
build-689f117b6325cfb58cbb07560f503b7f7c688707.tar.bz2
Fix rild running in Nakasi.
The module rild is telephony specific, since Nakasi has no radio it shouldn't run rild. Changing the build system so rild is optional for products that don't have telephony support. Since rild is now optional, it is necessary to add it explicitly to the sdk build as the sdk build is special. Bug: 6463864 Change-Id: If944e051023b567807585fb91163a1e3f79c1024
Diffstat (limited to 'target')
-rw-r--r--target/product/sdk.mk3
-rw-r--r--target/product/telephony.mk3
2 files changed, 4 insertions, 2 deletions
diff --git a/target/product/sdk.mk b/target/product/sdk.mk
index a5d941e..c893860 100644
--- a/target/product/sdk.mk
+++ b/target/product/sdk.mk
@@ -62,7 +62,8 @@ PRODUCT_PACKAGES := \
CalendarProvider \
Calendar \
SmokeTest \
- SmokeTestApp
+ SmokeTestApp \
+ rild
# Define the host tools and libs that are parts of the SDK.
diff --git a/target/product/telephony.mk b/target/product/telephony.mk
index a0220de..89ed20a 100644
--- a/target/product/telephony.mk
+++ b/target/product/telephony.mk
@@ -18,6 +18,7 @@
# to products that have telephony hardware.
PRODUCT_PACKAGES := \
- Mms
+ Mms \
+ rild
PRODUCT_COPY_FILES := \