Scale down the minInodes when data partition size is less than 4GB
Bug: 130371614
in cts_r7, the android.os.cts.EnvironmentTest#testSaneInodes case
is failed on our watch, because cts test code assumes the smallest
data partition would be 4GB while our watch data partition size is
less than 4GB.
Now scale down minInodes based on 4GB,
android.os.cts.EnvironmentTest#testSaneInodes is passed.
Change-Id: I8ea083dc5c151619b3f93f2bf413ba75f356c981
Signed-off-by:
Xuelin Xu <xuelinxu@mobvoi.com>
(cherry picked from commit a56ebf67b42abb25c0d52087e1a47a2287568409)
Loading
Please sign in to comment