aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 279e0b4cb896..f0e5b5b1838f 100755
--- a/build.sh
+++ b/build.sh
@@ -231,6 +231,7 @@ make replicant_defconfig
if [ "${os}" = "Android" ] ; then
set_kconfig_y CONFIG_USB_FUNCTIONFS
cmdline_append "root=PARTLABEL=SYSTEM init=/init rootwait"
+ cmdline_append "firmware_class.path=/vendor/lib/firmware"
if [ ${device} == "i9100" ] ; then
cmdline_remove "androidboot.hardware=smdk4210"
else