Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 327 Bytes

File metadata and controls

12 lines (9 loc) · 327 Bytes

To build, ensure that the ANDROID_HOME environment variable is set to the path to an Android SDK, and run:

bazel build app:assets

This will build application bundle containing a dynamic feature containing assets (named assets.txt). Verify with :

jar -tf bazel-bin/app/assets_unsigned.aab | grep assets.txt