commit | ca131a41960a43dc37410664d2a36350bc1d32b0 | [log] [tgz] |
---|---|---|
author | Malek Musleh <malek.musleh@gmail.com> | Fri Jan 30 15:49:34 2015 -0600 |
committer | Malek Musleh <malek.musleh@gmail.com> | Fri Jan 30 15:49:34 2015 -0600 |
tree | 697c7e7320c5c0638ab4f7d2086ae8ba89d703ce | |
parent | 89b3616d7e3318637c1550605703f140ecf7b65f [diff] |
config: arm: fix os_flags Fix the makeArmSystem routine to reflect recent changes that support kernel commandline option when running android. Without this fix, trying to run android encounters a 'reference before assignment' error. Committed by: Nilay Vaish <nilay@cs.wisc.edu>