Skip to content
Snippets Groups Projects
  1. Jan 14, 2017
  2. Jan 13, 2017
  3. Jan 12, 2017
    • Ziyan's avatar
      build: kernel: build arm kernel modules with -fno-pic · 54648c2a
      Ziyan authored
      With androidkernel (androideabi) toolchains, -fpic is enabled by default.
      At least on my 3.4 arm kernel, this causes an issue with kernel modules:
      "Unknown symbol _GLOBAL_OFFSET_TABLE_".
      
      On traditional armeabi toolchains, -fpic is not enabled, resulting in working
      kernel modules; let's follow that here.
      
      Change-Id: I3058b5213b34bdde9bb9d744563c7d55cd42d2a5
      54648c2a
    • David Marble's avatar
      http_prebuilt: Improve retrieval of artifacts from archive · 20c06fd7
      David Marble authored
      The current version always redownloads the artifact.
      Kali does not like the nested md5sum command and ignores it
      leaving file checksum value blank so the test always fails.
      A temporary variable is used to get around this limitation
      of kali.
      
      The echo "Downloading..." command has been modified to actually
      print and has been moved so it only does so when downloading
      the artifact.
      
      Change-Id: I115860a87e55399a652d6548fe50f6204337f854
      20c06fd7
  4. Jan 10, 2017
  5. Jan 09, 2017
  6. Jan 08, 2017
  7. Jan 07, 2017
  8. Jan 06, 2017
  9. Jan 02, 2017
  10. Jan 01, 2017
  11. Dec 31, 2016
  12. Dec 30, 2016
  13. Dec 29, 2016
  14. Dec 28, 2016
  15. Dec 27, 2016
  16. Dec 25, 2016
  17. Dec 23, 2016
    • fluxi's avatar
      sepolicy: Address new bluetooth denial · 18d03eb7
      fluxi authored
      avc: denied { getattr } for pid=1538 comm="droid.bluetooth" path="/storage/emulated" dev="tmpfs" ino=20607 scontext=u:r:bluetooth:s0 tcontext=u:object_r:storage_stub_file:s0 tclass=dir permissive=
      
      Change-Id: I1456561db1d5e2ebd5634756409c8b198f4f4b64
      18d03eb7
    • Zhao Wei Liew's avatar
      cm: common: Remove Launcher3 makefile entry · 0faa9024
      Zhao Wei Liew authored
      We no longer sync Launcher3. This entry never did anything anyway,
      since we build Trebuchet instead, which overrides Launcher3.
      
      Change-Id: Ia2c56c9f819025ba34cbff1daf8d3380a924a8a5
      0faa9024
  18. Dec 17, 2016
  19. Dec 15, 2016
    • Alex Naidis's avatar
      webview_packages: fix incorrect signatures · a3a76f5d
      Alex Naidis authored
      
      Chrome Stable and Google Webview had incorrect
      signatures. That was due to an incorrect method
      of determining the right signature.
      
      That mistake wasn't noticed because Android
      disables the signature check on "userdebug" and
      "eng" builds. It is only enabled on "user" builds.
      
      So this commit replaces the wrong signatures
      of Chrome Stable and Google Webview by the
      correct ones and thus makes them avaliable
      webview providers on "user" builds.
      
      Main credits go to @KreAch3R for his
      extensive research on the issue.
      
      Change-Id: I081783b59254bfed0b2e3568ba8ae2801d86efea
      Signed-off-by: default avatarAlex Naidis <alex.naidis@linux.com>
      a3a76f5d
  20. Dec 12, 2016
Loading