Skip to content
Snippets Groups Projects
  1. 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
  2. Aug 02, 2017
  3. Aug 01, 2017
  4. Mar 28, 2017
  5. Mar 27, 2017
  6. Mar 07, 2017
  7. Jan 26, 2017
  8. Jan 25, 2017
  9. Jan 13, 2017
  10. Oct 27, 2016
  11. Jul 14, 2016
  12. May 25, 2016
  13. May 11, 2016
  14. Dec 11, 2015
  15. Dec 10, 2015
    • Alex Deymo's avatar
      Replace _host suffix with more standard -host suffix. · 6bbf89bf
      Alex Deymo authored
      Most libraries use the "-host" suffix when building for the host. This
      patch renames libext2 libraries to use -host instead of _host.
      
      Bug: 24619596
      TEST=make dist
      
      Change-Id: I614b389c267dcc75b291d842a99fc1d673723dfa
      6bbf89bf
  16. Oct 20, 2015
  17. Oct 19, 2015
Loading