1. 12 Dec, 2015 2 commits
  2. 11 Dec, 2015 6 commits
    • Dan Albert's avatar
      Use lib64 for mips64 as well. · 445bc2fc
      Dan Albert authored
      This was previously working because for some reason prebuilts/ndk had
      a tangled mess of hand assembled symlinks that pointed lib -> lib64
      for the multilib architectures.
      
      Change-Id: I294d67f58f2008b1a53790cf676f5223df449cbc
      445bc2fc
    • Dan Willemsen's avatar
      e223965f
    • Alex Klyubin's avatar
      Merge "Make signapk use Conscrypt." · 7884a637
      Alex Klyubin authored
      7884a637
    • Chih-hung Hsieh's avatar
    • Alex Klyubin's avatar
      Make signapk use Conscrypt. · 9667b18f
      Alex Klyubin authored
      This makes the signapk tool use Conscrypt (where possible) instead of
      the platform-default JCA providers and the Bouncy Castle JCA provider.
      This speeds up (by 10-30%) APK and OTA update signing because
      Conscrypt's crypto primitives are backed by BoringSSL.
      
      Previously, the signapk tool consisted only of the signapk.jar.
      Because Conscrypt is backed by native code, signapk now consists of
      signapk.jar and crypto_openjdk_jni shared library. This requires that
      users of the tool be updated to provide a suitable -Djava.library.path
      argument to the Java runtime. This change updates all known users of
      the tool inside the Android source tree to do so.
      
      Bug: 26097626
      Change-Id: I8411b37d7f771ed99269751a3007dff103083552
      9667b18f
    • Miroslav Tisma's avatar
      sepolicy: Fix 'avc denied' issues for the emulators · 36a76ec0
      Miroslav Tisma authored
      
      This commit fixes the avc denied issues in the emulators:
      - goldfish_setup is granted for network access
      - netd dontaudit for sys_module
      - qemu_prop is granted domain for get_prop
      
      Critical issue was that SELinux denied reading the lcd_density property
      by SurfaceFlinger via qemu_prop and this commit fixes it.
      
      Change-Id: I633d96f4d2ee6659f18482a53e21f816abde2a5f
      Signed-off-by: default avatarMiroslav Tisma <miroslav.tisma@imgtec.com>
      36a76ec0
  3. 10 Dec, 2015 8 commits
  4. 09 Dec, 2015 3 commits
  5. 08 Dec, 2015 11 commits
  6. 07 Dec, 2015 4 commits
  7. 05 Dec, 2015 6 commits