xref: /aosp_15_r20/external/libaom/README.android (revision 77c1e3ccc04c968bd2bc212e87364f250e820521)
1Name: libaom
2URL: https://aomedia.org
3Version: v3.10.0
4License: BSD
5License File: libaom/LICENSE
6
7Date: Tuesday November 19 2024
8Branch: v3.11.0
9Commit: d6f30ae474dd6c358f26de0a0fc26a0d7340a84c
10
11Cherry-picks:
12None
13
14Description:
15Contains the sources used to compile libaom.
16
17The libaom source is from aomedia.org:
18  https://aomedia.googlesource.com/aom/
19
20Please follow these steps to update libaom source code:
21
221. Update libaom source tree. Look for "Current HEAD: <hash>" output to update
23   README.android. Look for "git log from upstream: <git log>" output to add
24   to the commit message.
25
26   ./update_libaom.sh [branch name]
27
282. Generate updated Android.bp and config files.
29
30   ./generate_config.sh
31
323. Update this file with any Version, Date, Branch, or Commit changes. The
33   version is in the file config/config/aom_version.h
34
354. Commit the changes. The commit message should look like this and is printed
36   by update_libaom.sh:
37   libaom: Pull from upstream
38
39   Current HEAD: <hash>
40
41   git log from upstream:
42   a6b2070 <git commit message 1>
43   08dabbc <git commit message 2>
44   c29fb02 <git commit message 3>
45
46Tools needed to build libaom:
47
48- generate_config.sh
49
50Generate config files that contain the source list for each platform.
51A list of prerequisites is at the top of generate_config.sh.
52