You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
370 B
13 lines
370 B
7 months ago
|
How to build factory images:
|
||
|
|
||
|
Do a normal build prep, then in the ANDROID_TOP_DIR run:
|
||
|
|
||
|
$ make -j24 dist
|
||
|
$ cd out/dist/
|
||
|
$ . ../../device/linaro/hikey/factory-images/generate-factory-images-package.sh
|
||
|
|
||
|
# Package with an existing image
|
||
|
# First download the image to the android build top directory
|
||
|
|
||
|
$ device/linaro/hikey/factory-images/generate-factory-images-package.sh
|