| commit | 422ba9051dd86b5edce51ab78dffe130127f96b4 | [log] [tgz] |
|---|---|---|
| author | bohu <bohu@google.com> | Wed Nov 29 15:23:14 2017 -0800 |
| committer | bohu <bohu@google.com> | Wed Nov 29 21:45:58 2017 -0800 |
| tree | 9e72617cf67db8d44bdfdd2ae17fb6ed25204761 | |
| parent | 6dee8563f7ef1360e606942b341429448ed1539e [diff] |
emulator: support system as root Add SystemAsRoot = on to advancedFeatures.ini. BUG: 69770927 Test: build sdk_gphone_x86-userdebug, boot to home with tot emulator Test: build sdk_phone_armv7-userdebug, boot to home with tot emulator Change-Id: I72bb3c1b9bb09293284765f63047ce82fb039cc0
diff --git a/sys-img/advancedFeatures.ini b/sys-img/advancedFeatures.ini index ad39ea4..8d17a54 100644 --- a/sys-img/advancedFeatures.ini +++ b/sys-img/advancedFeatures.ini
@@ -4,3 +4,4 @@ GLESDynamicVersion = on GLDMA = on EncryptUserData = on +SystemAsRoot = on
diff --git a/sys-img/advancedFeatures.ini.arm b/sys-img/advancedFeatures.ini.arm index 9886f75..29c1cf7 100644 --- a/sys-img/advancedFeatures.ini.arm +++ b/sys-img/advancedFeatures.ini.arm
@@ -3,3 +3,4 @@ GLAsyncSwap = on GLESDynamicVersion = on GLDMA = on +SystemAsRoot = on