summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRamanan Rajeswaran <ramanan@google.com>2012-08-20 14:02:39 -0700
committerRamanan Rajeswaran <ramanan@google.com>2012-08-20 14:02:39 -0700
commitee9b57a17f813d236677039b5a93d158545ce631 (patch)
tree357dea612df10db19a623fac196c269b1fc15153
parente8dbb648382fc8c7aa0d19f1024fbb332dd24aca (diff)
downloadtilapia-ee9b57a17f813d236677039b5a93d158545ce631.tar.gz
Add rild.
Change-Id: Ibef01d1133e60f6b60e63e8a68af621e490f52b5
-rw-r--r--device.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/device.mk b/device.mk
index 4412c5f..9d0eb18 100644
--- a/device.mk
+++ b/device.mk
@@ -14,6 +14,10 @@
# limitations under the License.
#
+# rild
+PRODUCT_PACKAGES += \
+ rild
+
# the actual meat of the device-specific product definition
$(call inherit-product, device/asus/grouper/device-common.mk)