Commit Graph

2 Commits

Author SHA1 Message Date
Jacob Trimble a7bd6991ba Add ContentProtection parsing to DASH parser.
Now, the DASH parser correctly parses ContentProtection elements
and creates the needed DRM info.

Change-Id: I41c4f24e983895f670fae948343400153525545c
2016-02-02 17:10:25 +00:00
Jacob Trimble 5cb3baa602 Added configurable build framework.
Created a new build script written in python.  This can be used to
build one of several available build types as well as any custom
build.  It uses a custom file format to specify the contents of a
build.  The default is to build the complete build.

There will be a follow up change to replace the rest of the build
scripts with python.  This replaces lib.sh and build.sh, but lib.sh
still exists.

This also updates the stat script for the new output location and
now supports giving the build type name as the argument.  Also can
now be run with any working directory.

Change-Id: I1243e8ad2c7e780ef67d002d4ac8d7d5e3bd5211
2016-01-28 10:31:58 -08:00