From 689f117b6325cfb58cbb07560f503b7f7c688707 Mon Sep 17 00:00:00 2001 From: Wink Saville Date: Thu, 31 May 2012 10:35:52 -0700 Subject: 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 --- target/product/sdk.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'target/product/sdk.mk') 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. -- cgit v1.1