Skip to content
Snippets Groups Projects
  1. Feb 10, 2017
  2. Feb 09, 2017
  3. Feb 07, 2017
  4. Feb 06, 2017
  5. Feb 05, 2017
  6. Feb 04, 2017
  7. Feb 03, 2017
  8. Feb 01, 2017
  9. Jan 31, 2017
  10. Jan 29, 2017
  11. Jan 27, 2017
    • Rashed Abdel-Tawab's avatar
      envsetup: Use GNU sed commands if GNU sed is detected · 01806642
      Rashed Abdel-Tawab authored
      The current check only checks for Linux, but many of us
      use GNU sed on darwin as well, which means the non-Linux
      command will fail, so read the sed version and use the GNU
      command if GNU is found in the version string.
      
      Change-Id: I7eefd0309751b069eef5e5e2b907d3d4f38f1638
      01806642
  12. Jan 26, 2017
  13. Jan 19, 2017
  14. Jan 18, 2017
  15. Jan 17, 2017
  16. Jan 16, 2017
    • micky387's avatar
      Sepolicy: Add perm for find cmstatusbar · ffdd0dc1
      micky387 authored
      01-11 20:56:42.459   367   367 E SELinux : avc:  denied  { find } for service=cmstatusbar pid=4069 uid=10094 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:cm_status_bar_service:s0 tclass=service_manager permissive=0
      
      Change-Id: I807db436c6e983244c08ca025d41d75d035dbc0f
      ffdd0dc1
    • Zhao Wei Liew's avatar
      cm: config: Remove obsolete props · a18b0579
      Zhao Wei Liew authored
      All usages of ro.com.android.dataroaming default to false.
      The rest of the props are no longer used.
      
      Change-Id: I2320e82a1859f8c13f3430a43aa8714186158ee0
      (cherry picked from commit 76b66c1ab812e6e4749bec53e03bfc5084c38257)
      a18b0579
  17. Jan 15, 2017
    • Abhisek Devkota's avatar
      Disable SU by default · 6af9acb6
      Abhisek Devkota authored
      - We plan on distributing an addon for our SU
      - Developers that want SU by default can export
          WITH_SU=true to their env
      - This helps with application compatibility for
          various services, while maintaining user flexibility
      
      Change-Id: I6d52159676f805c3698ff59c896d943a3a4b25db
      6af9acb6
  18. Jan 14, 2017
  19. Jan 13, 2017
  20. 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
  21. Jan 10, 2017
Loading