summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2016-01-14 08:05:17 -0600
committerRob Herring <robh@kernel.org>2016-01-14 08:05:17 -0600
commitc5a20ffb3bc8afd83c483fabb4dcd7ee1240517d (patch)
treedd420263599845712597db0a5e98af8e18578fa4
parent5b649bb8acb6a64337acca2c2cf96c9f3233ec84 (diff)
Add a device ueventd.rc
Only /dev/sw_sync is needed for now. It should be added to the base ueventd.rc. Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r--device.mk1
-rw-r--r--ueventd.rc2
2 files changed, 3 insertions, 0 deletions
diff --git a/device.mk b/device.mk
index 0563840..7dd82a9 100644
--- a/device.mk
+++ b/device.mk
@@ -31,6 +31,7 @@ PRODUCT_PACKAGES += \
PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\
system/core/rootdir/init.rc:root/init.rc \
$(LOCAL_PATH)/init.rc:root/init.unknown.rc \
+ $(LOCAL_PATH)/ueventd.rc:root/ueventd.unknown.rc \
$(LOCAL_PATH)/fstab:root/fstab.unknown)
PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\
diff --git a/ueventd.rc b/ueventd.rc
new file mode 100644
index 0000000..04041cb
--- /dev/null
+++ b/ueventd.rc
@@ -0,0 +1,2 @@
+/dev/sw_sync 0660 root graphics
+