Skip to content
Snippets Groups Projects
  1. May 24, 2022
  2. May 23, 2022
  3. May 22, 2022
    • Andrew Scull's avatar
      apkverify: Re-export functions rather than wrap them · f3fd4c63
      Andrew Scull authored
      The library exposes two functions that are just wrappers around the v3
      implementation. Make that more clear by simply re-exporting the v3
      functions. The TODO for adding v2 support remains.
      
      The documentation is consolidated so the same information remains.
      
      Test: atest libapkverify.test
      Change-Id: Id497486dd054474516a664be1539b41732085b79
      f3fd4c63
  4. May 20, 2022
    • Alan Stokes's avatar
      Verify that the VM-generated BCC is valid · f822d749
      Alan Stokes authored
      Commit 5430ecaa causes the CompOS VM
      to write its BCC to file.
      
      Augment our tests to pull that file and run it through the
      bcc_validator to make sure the chain is valid (each entry is
      well-formed, the signatures all check out, etc). Also add the BCC file
      to the test artifacts.
      
      While I'm here, do some minor tidying up.
      
      Bug: 225177477
      Test: atest android.compos.test.ComposTestCase#testOdrefreshSpeed
      Change-Id: I544d9086fb875eb8987868555bcb99de42ac7f6b
      f822d749
  5. May 19, 2022
  6. May 18, 2022
  7. May 16, 2022
    • Pierre-Clément Tosi's avatar
      Upgrade pvmfw.img to build 8597076 · de6b0b2e
      Pierre-Clément Tosi authored
      git log --first-parent -100 --oneline --no-decorate f1cb80e..832bb38
      832bb389d8 ANDROID: pvmfw: Generate /chosen/kaslr-seed
      6649866e3b ANDROID: pvmfw: Support DICE & AVF in DT template
      fb382a5107 ANDROID: pvmfw: Produce trusted FDT for next stage
      bee9816fc9 ANDROID: Move cmd_bin2c to scripts/Makefile.lib
      b9a99047e3 ANDROID: pvmfw: Prevent memory corruption from FDT
      
      Built here: ab/8597076
      
      The change is generated with prebuilt drop tool.
      
      Bug: 224922775
      Bug: 229964496
      Bug: 229966941
      Change-Id: I3f4e4b8d4e1d6236f0ca120d77bb3af4a0159faf
      de6b0b2e
  8. May 13, 2022
    • Alan Stokes's avatar
      Show reason on failure · 4c6841ba
      Alan Stokes authored
      Switch to using Truth, which shows us the actual output of "vm run" if
      it isn't what we expect, so we can try to figure out what happened.
      
      Bug: 232390891
      Test: atest MicrodroidTestCase#testCustomVirtualMachinePermission
      Test: Induce failure, see output from the vm command
      Change-Id: I35821de7d8e7625180ac41fa543ea8077f351d42
      4c6841ba
    • Treehugger Robot's avatar
      Merge "Handle test failure better" · 6fde4e2b
      Treehugger Robot authored
      6fde4e2b
  9. May 12, 2022
  10. May 11, 2022
Loading