Ignore device's /product partition on SaS

This commit is contained in:
Pierre-Hugues Husson 2019-09-15 13:26:27 +02:00
parent db487d1446
commit 3f66bf29ae
1 changed files with 5 additions and 0 deletions

View File

@ -10,3 +10,8 @@ on early-fs
export ANDROID_RUNTIME_ROOT /apex/com.android.runtime
export ANDROID_TZDATA_ROOT /apex/com.android.tzdata
symlink /system/product /product
on fs
exec u:r:su:s0 -- /system/bin/umount -l /product
exec u:r:su:s0 -- /system/bin/rmdir /product
symlink /system/product /product