Skip to content

Commit

Permalink
Add build_info.json to archives
Browse files Browse the repository at this point in the history
Issue: 365150653
Issue: 393447640
Reviewed-on: #4812
  • Loading branch information
briantting authored and dahlstrom-g committed Feb 1, 2025
1 parent 17de824 commit 671a9af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cobalt/build/android/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@


def lay_out(out_dir, base_dir):
shutil.copy2(os.path.join(out_dir, 'gen', 'build_info.json'), base_dir)
shutil.copy2(os.path.join(out_dir, 'apks/Cobalt.apk'), base_dir)
shutil.copytree(
os.path.join(out_dir, 'content'),
Expand Down
1 change: 1 addition & 0 deletions cobalt/build/linux/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

def lay_out(out_dir, base_dir):
place_in_base_dir = [
'gen/build_info.json',
'cobalt',
'content_shell.pak',
'icudtl.dat',
Expand Down

0 comments on commit 671a9af

Please sign in to comment.