Skip to content
Snippets Groups Projects
  1. Oct 25, 2018
  2. Oct 24, 2018
  3. Aug 08, 2018
  4. Aug 07, 2018
  5. Aug 06, 2018
  6. Jul 10, 2018
  7. Jul 07, 2018
  8. Jun 09, 2018
  9. Jun 08, 2018
  10. Mar 28, 2018
  11. Mar 27, 2018
  12. Feb 07, 2018
  13. Feb 06, 2018
  14. Jan 03, 2018
    • Yi Kong's avatar
      Ignore -Wpragma-pack warning · 09d40325
      Yi Kong authored
      Clang 6.0.1 update introduced a number of new warnings, failing
      werror build. Ignore the -Wpragma-pack warning for external/gptfdisk.
      
      Test: m checkbuild
      Change-Id: Ib9033cd5039d47d171b03c7472663593f01d9f4b
      09d40325
  15. Oct 21, 2017
  16. Oct 19, 2017
    • Jeff Sharkey's avatar
      Remember hex type to support MBR creation. · d6f72efe
      Jeff Sharkey authored
      Before this patch, requesting a code like "0x0c00" would be flattened
      to "0x0700" because it was translated through the GUID type table.
      
      Callers creating MBR tables expect these codes to flow through without
      this fidelity loss.  To support this, we stash away any provided hex
      type and return it instead of doing a lookup.
      
      Test: cts-tradefed run commandAndExit cts-dev --abi armeabi-v7a -m CtsAppSecurityHostTestCases -t android.appsecurity.cts.AdoptableHostTest
      Bug: 63735902
      Change-Id: If61407960c9ad1050e5f9031617d71d68f7820b4
      d6f72efe
  17. Aug 03, 2017
  18. Aug 02, 2017
  19. Aug 01, 2017
Loading