Skip to content

Commit

Permalink
Fix rild running in Nakasi.
Browse files Browse the repository at this point in the history
The module rild is telephony specific, since Nakasi has no radio
it shouldn't run rild. Make the rild module optional and add a
cleanstep.

Bug: 6463864
Change-Id: Iaf931082ef96a3f79059cfe55e8a1ec145d95ed3
  • Loading branch information
Wink Saville committed May 30, 2012
1 parent 8add905 commit 5b16efd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CleanSpec.mk
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/bin/rild)
1 change: 1 addition & 0 deletions rild/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ endif # arm
LOCAL_CFLAGS := -DRIL_SHLIB

LOCAL_MODULE:= rild
LOCAL_MODULE_TAGS := optional

include $(BUILD_EXECUTABLE)

Expand Down

0 comments on commit 5b16efd

Please sign in to comment.