Skip to content

Commit

Permalink
Setup init RC script
Browse files Browse the repository at this point in the history
  • Loading branch information
erfanoabdi committed May 14, 2020
1 parent 2fa1bb5 commit bf93372
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE := fake_crypt
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := EXECUTABLES
LOCAL_INIT_RC := fake_crypt.rc
LOCAL_CFLAGS += \
-Wno-unused-variable \
-Wno-sign-compare \
Expand Down
5 changes: 5 additions & 0 deletions fake_crypt.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
service fake_crypt /system/bin/fake_crypt
class hal
user system
group system drmrpc
oneshot

0 comments on commit bf93372

Please sign in to comment.