1Name: libaom 2URL: https://aomedia.org 3License: BSD 4License File: libaom/LICENSE 5 6Cherry-picks: 7None 8 9Description: 10Contains the sources used to compile libaom. 11 12The libaom source is from aomedia.org: 13 https://aomedia.googlesource.com/aom/ 14 15Please follow these steps to update libaom source code: 16 171. Set up build environment. 18 19 $ . build/envsetup.sh 20 $ lunch aosp_arm64-trunk_staging-eng 21 222. Run external_updater. 23 24 $ tools/external_updater/updater.sh update --no-build --no-upload \ 25 external/libaom 26 27 Note: If you have changes in an existing branch, use `--keep-local-changes`. 28 To update to a version other than the latest release tag, use 29 `--custom-version`. 30 313. Update post_update.sh & Android.bp.in as needed. 32 33 Rerun `./post_update.sh` and amend the commit created by external_updater. 34 35 $ ./post_update.sh 36 $ git commit -a --amend --no-edit 37