Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdWindScholar committed May 3, 2024
1 parent b484538 commit ef4058c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@
f.write(
f'DEVICE_PATH={os.path.basename(args.output) + os.sep + device_tree.device_info.manufacturer + os.sep + device_tree.device_info.codename}')
device_tree.dump_to_folder(Path(args.output))
with open(os.path.basename(args.output) + os.sep + device_tree.device_info.manufacturer + os.sep + device_tree.device_info.codename+os.sep+'Android.bp', 'r') as f:
print(f.read())

0 comments on commit ef4058c

Please sign in to comment.