diff options
author | Devin Kim <dojip.kim@lge.com> | 2017-09-19 14:09:32 -0700 |
---|---|---|
committer | Wei Wang <wvw@google.com> | 2017-09-20 13:43:54 -0700 |
commit | bfbbe8646f4cdf923c21bd90dd948e431d99c807 (patch) | |
tree | e6264c790263d6c9d74cd92ee398465dc4f4a330 | |
parent | 57353110364f683e0c4c2fc55ade7c2a099a8021 (diff) | |
download | device_google_taimen-bfbbe8646f4cdf923c21bd90dd948e431d99c807.tar.gz device_google_taimen-bfbbe8646f4cdf923c21bd90dd948e431d99c807.tar.bz2 device_google_taimen-bfbbe8646f4cdf923c21bd90dd948e431d99c807.zip |
Revert "Set the slot_suffix for backward compatibility"
This reverts commit c59cc615008b1c498e5c5134a4439a561114278c.
Test: boot
Bug: 37663204
Change-Id: I5b1ff4261b3e4410a31eb0181686806f6589edec
-rw-r--r-- | init-taimen.rc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/init-taimen.rc b/init-taimen.rc index 0ea849f..127abf6 100644 --- a/init-taimen.rc +++ b/init-taimen.rc @@ -28,10 +28,6 @@ on boot # Allow ftm4 autotune from adb shell chown system shell /sys/devices/virtual/input/ftm4_touch/autotune -on init && property:ro.boot.slot=* - # will remove this once slot_suffix is deprecated - setprop ro.boot.slot_suffix _${ro.boot.slot} - on init && property:ro.boot.revision=* setprop ro.boot.hardware.revision ${ro.boot.revision} |