Fix MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE_VIDCAP_GUID

Bug: http://b/119059858

Upstream sets it incorrectly.  See
https://sourceforge.net/p/mingw-w64/bugs/770/.  I'll submit
a patch upstream in the future.

Test: N/A
Change-Id: I1a4731000c0a210116d3b2056bccde7f626560a9
1 file changed
tree: 4ae9d582000cee0cbd5c75535f5912e00965dce1
  1. mingw-w64-v5.0.0/
  2. mingw-w64-v6.x/
  3. build.sh
  4. README.md
  5. README.version
README.md

Building Mingw for Android

The build.sh script in this directory is used to build mingw for Android.

Mingw is built from the mingw branch of AOSP. To fetch the sources:

repo init -u https://android.googlesource.com/platform/manifest -b mingw

# Googlers, use
repo init -u \
    persistent-https://android.git.corp.google.com/platform/manifest -b mingw

To build, run build.sh. Run with --help for a list of options.