ueventd: Fix property variable for ro.hardware in ueventd.rc

Property variables should be written ${x.y} to be expanded.

Bug: 175645356
Test: The property ro.hardware is expanded properly.
Change-Id: Idf7ff7ecc002e6e4de4ccef70e89dcc1c10e63d0
This commit is contained in:
Youkichi Hosoi 2020-12-16 15:45:53 +09:00
parent 819ca32a0a
commit 63fdd1ba24
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import /vendor/ueventd.rc
import /odm/ueventd.rc
import /ueventd.{ro.hardware}.rc
import /ueventd.${ro.hardware}.rc
firmware_directories /etc/firmware/ /odm/firmware/ /vendor/firmware/ /firmware/image/
uevent_socket_rcvbuf_size 16M