Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GKI: fix forwarding of make options from scripts
Build scripts are supposed to forward command line parameters to make. However, this got broken after wrapping some of these calls inside bash functions. Make sure we forward these options too. Example: $ BUILD_KERNEL=1 ./build_slider.sh -j$(nproc) -s Bug: 206862003 Signed-off-by: Carlos Llamas <[email protected]> Change-Id: I9c95119b69f1a03274d989217ecd3ec329491c59 (cherry picked from commit f8d2afac38ed4ab68c3b5aa6173a8ecd2b077e4c) (cherry picked from commit 3045415)
- Loading branch information