John Stultz | 16acd4a | 2016-09-06 22:08:25 -0700 | [diff] [blame] | 1 | How to build factory images: |
| 2 | |
| 3 | Do a normal build prep, then in the ANDROID_TOP_DIR run: |
| 4 | |
| 5 | $ make -j24 dist |
| 6 | $ cd out/dist/ |
Amit Pundir | e0b34ce | 2023-10-19 18:29:28 +0530 | [diff] [blame] | 7 | $ . ../../device/linaro/hikey960/factory-images/generate-factory-images-package.sh |
John Stultz | 16acd4a | 2016-09-06 22:08:25 -0700 | [diff] [blame] | 8 | |
Bill Yi | 2a31c3a | 2016-09-13 14:06:04 -0700 | [diff] [blame] | 9 | # Package with an existing image |
| 10 | # First download the image to the android build top directory |
| 11 | |
Amit Pundir | e0b34ce | 2023-10-19 18:29:28 +0530 | [diff] [blame] | 12 | $ device/linaro/hikey960/factory-images/generate-factory-images-package.sh |