14 Commits

Author SHA1 Message Date
Jason Simmons
0185c41e03
Remove the strace debug logging from the Fuchsia gen_package script (#13963) 2019-11-21 14:44:31 -08:00
Kaushik Iska
979baa078a
Revert "[flutter_runner] Don't build far files twice (#13397)" (#13400)
This reverts commit 8cf47d72888336788b1c482dea01dbde68765bc9.
2019-10-28 16:32:25 -07:00
Kaushik Iska
8cf47d7288
[flutter_runner] Don't build far files twice (#13397) 2019-10-28 16:05:04 -07:00
Jason Simmons
5a4bd0de69
Create a separate directory for the intermediate outputs of each Fuchsia archive build action (#13341) 2019-10-25 09:44:27 -07:00
Jason Simmons
08930c3a1d
Show strace logs when the Fuchsia gen_package script gets an error from the packaging tool (#13298) 2019-10-22 17:36:47 -07:00
Dan Field
a054089af0
cleanup gen_package.py (#13089) 2019-10-11 16:00:45 -07:00
Dan Field
b320dab476
Gen package output corrected (#13086) 2019-10-11 10:16:43 -07:00
Dan Field
89f456642a
Print more output when gen_package fails (#13085) 2019-10-11 10:14:47 -07:00
Dan Field
2e163b2780
Revert "Build AOT and test targets, generate FARs when building Fuchsia (#12761)" (#12781)
This reverts commit f3d04a98b49364a6054a8083eaeb6342ff06d941.
2019-10-03 17:20:21 -07:00
Dan Field
f3d04a98b4
Build AOT and test targets, generate FARs when building Fuchsia (#12761) 2019-10-03 16:10:33 -07:00
Kaushik Iska
a22797b6d5
Support building standalone far packages with autogenerating manigests (#11849)
Also makes package_dir support testonly mode
2019-09-04 07:23:58 -07:00
Kaushik Iska
4bf81b8cf8
[fuchsia] Use manifest file to better replicate the existing build (#10102)
* Use manifest file to better replicate the existing build

Also fix app/bin error

* Add remaining shit

* patch in the remaining stuff

* Update BUILD.gn
2019-07-24 13:57:46 -07:00
Kaushik Iska
268533e86a
[fuchsia] Use GatherArtifacts to create the requisite dir structure (#10004)
* [fuchsia] Create command to gather fuchsia artifacts

- We will use this gathered artifacts to create the
  directory tree that we will package to a far.

- Currently this is not used anywhere, we will use it
  as such:
  	1. Build all the fuchsia artifacts
	2. Gather the artifacts to a directory
	3. Use `pm` to package up the directory into a far.

* reformat files

* commit chromium style

* [fuchsia] Use the directory format that fuchsia expects

* Farify the artifacts

* Create far archives and have tmp artifact dir
2019-07-22 13:59:46 -07:00
Kaushik Iska
934e22571c
Build fuchsia artifacts from the engine (#9933)
* Build fuchsia artifacts from the engine

porting from flutter/buildroot

* full name
2019-07-18 16:52:10 -07:00