Since AOSP 9.0 we use the toybox managed by the AOSP team and optimized for devices like smartphones.

Please set the FLAG
TW_USE_TOOLBOX := true

Change-Id: Ib187f4877daf8e5a9a70afaec1171acb7486754e
Signed-off-by: Martin Dünkelmann <nc-duenkekl3@netcologne.de>
This commit is contained in:
Martin Dünkelmann 2019-01-20 21:55:06 +01:00 committed by Mohd Faraz
parent d764cc7d2c
commit 6779c3366e
1 changed files with 0 additions and 4 deletions

View File

@ -22,8 +22,4 @@
sync it to the staging are and only link the needed directories.
-->
<project path="frameworks/base" name="android_frameworks_base" remote="omnirom" revision="android-9.0" clone-depth="1" />
<!-- Use OmniROM busybox -->
<project path="external/busybox" name="TeamWin/android_external_busybox" remote="github" revision="android-9.0" />
</manifest>