blob: 54e62613b8f37b8e1155e7c1f93145fecaa058d0 [file] [log] [blame]
Tanguy Pruvotf475bda2013-11-24 11:39:26 +01001# Use ". android_config.sh" to refresh prebuilt android config
2# Note: this rebuild the compressed usage ressources and should be done
3# in a separate commit, to ignore it on future merge/rebase
4
5make mrproper
6
7cp .config-minimal .config
8echo >> .config
9echo 'CONFIG_CROSS_COMPILER_PREFIX="arm-eabi-"' >> .config
10make prepare
11cd include-minimal && ./copy-current.sh
12cd ..
13
14cp .config-full .config
15echo >> .config
16echo 'CONFIG_CROSS_COMPILER_PREFIX="arm-eabi-"' >> .config
17make prepare
18cd include-full && ./copy-current.sh
19cd ..