aboutsummaryrefslogtreecommitdiff
path: root/configs/android_ndk_defconfig (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename FEATURE_INITRD to LINUXRC and make it separate, not an alias to initDenys Vlasenko2016-03-311-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove systemd supportDenys Vlasenko2015-10-221-1/+0
| | | | | | | systemd people are not willing to play nice with the rest of the world. Therefore there is no reason for the rest of the world to cooperate with them. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* updated android_ndk_defconfigDenys Vlasenko2015-10-081-69/+112
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove FEATURE_VI_OPTIMIZE_CURSOR from example configDenys Vlasenko2012-06-121-1/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* android: some sensible defconfig changesTias Guns2012-06-101-14/+14
| | | | | | | | | | | | | | | | | | | - no /usr - no skip rootfs - use /system/lib/modules And for niceties: - show usage - have installer - long opts - verbose cp - ls --color support - bbconfig Also adds lsof (new in 1.20.0) Signed-off-by: Tias Guns <tias@ulyssis.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Add SYSROOT, EXTRA_{LDFLAGS,LDLIBS} config opts; sample Android NDK configRob Walker2012-03-071-0/+1016
Signed-off-by: Rob Walker <rwalker@rwalker.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>