libiamf libs size increase (220 kB -> 7 MB)
Open
@rohitjoins is already working on this.
Since Feb 10, 2026.
bug
- Dominant language
- Java
- Stars
- 3k
- Forks
- 955
- Avg merge
- 12d 14h
- Merged PRs (30d)
- 2
Description
Version
Media3 pre-release (alpha, beta or RC not in this list)
More version details
I'm updating to latest alpha (1.10.0-alpha01) and the size libiamf libs went from ~220 something kB to over 7 MB. Is that expected?
Devices that reproduce the issue
Samsung Galaxy Fold 6
Devices that do not reproduce the issue
No response
Reproducible in the demo app?
Not tested
Reproduction steps
I'm using Github Action for building these binary aar's...
...
- name: decoder_iamf
uses: actions/checkout@v4
with:
repository: AOMediaCodec/iamf-tools
ref: de364b983447a45d8be81f9172eea422c139dcf0
path: libraries/decoder_iamf/src/main/jni/iamf_tools
- run: ./build_iamf_tools.sh ${{ github.workspace }}/libraries/decoder_iamf/src/main
working-directory: libraries/decoder_iamf/src/main/jni
...
- run: ./gradlew assembleRelease
...
Expected result
¯_(ツ)_/¯
Actual result
The size increased from 220 kB to over 7 MB.
Media
Not needed
Bug Report
- You will email the zip file produced by
adb bugreportto android-media-github@google.com after filing this issue.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.