mirror of
https://github.com/joel16/android_device_sony_satsuki.git
synced 2024-11-23 03:29:40 +00:00
satsuki: init: Read model name from /lta-label instead of its block device
Change-Id: I8dead1e8fe4352d9b2934ad1074f4fc01d315eed
This commit is contained in:
parent
69bcdf1855
commit
266d96ff39
@ -37,7 +37,7 @@
|
||||
|
||||
using android::init::import_kernel_cmdline;
|
||||
|
||||
constexpr auto LTALABEL_PATH = "/dev/block/platform/soc.0/f9824900.sdhci/by-name/LTALabel";
|
||||
constexpr auto LTALABEL_PATH = "/lta-label/pages/menu.htm";
|
||||
|
||||
void property_override(char const prop[], char const value[], bool add = true)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user