Skip to content
Snippets Groups Projects
  1. Dec 04, 2016
    • Zhao Wei Liew's avatar
      cm: Revert the new boot animation generation process · e2ec4c60
      Zhao Wei Liew authored
      The servers do not have ImageMagick installed right now,
      breaking the automated builds.
      
      Revert this for now.
      
      This reverts the following commits:
      840e7814 bootanim: Use a for loop to make part# folders
      ce5405d1 Fix wrong bootanimation.zip from mkdir .../part{0..2}
      6179d949 cm: Build bootanimation.zip
      67ddf372 cm: Rework boot animation generation
      
      Change-Id: I63fc43da9b1a6afea5f791e879f0bfc9a385d98d
      e2ec4c60
  2. Dec 03, 2016
  3. Dec 02, 2016
    • David Marble's avatar
      Fix wrong bootanimation.zip from mkdir .../part{0..2} · ce5405d1
      David Marble authored
      For some reason the mkdir command:
      mkdir -p $ANDROID_PRODUCT_OUT/obj/BOOTANIMATION/bootanimation/part{0..2}
      creates a directory part{0..2} instead of three separate directories.
      Non-fatal build errors and a 386 byte bootanimation.zip file result.
      This explicitly creates each directory.
      
      Change-Id: Ia6ae0e4f64521992de8cc34a376af3eaac5c8819
      ce5405d1
  4. Dec 01, 2016
  5. Nov 30, 2016
  6. Nov 26, 2016
    • Zhao Wei Liew's avatar
      cm: config: Remove enhanced NFC feature · 8dcba683
      Zhao Wei Liew authored
      This was used for the HCE implementation by SimplyTapp in CM 9 - 10.2.
      Since then, Android has an HCE implementation and this is no longer used.
      
      Change-Id: Icd9db39829c1863c4962aab53959ad527da28bcd
      8dcba683
  7. Nov 24, 2016
  8. Nov 23, 2016
  9. Nov 18, 2016
  10. Nov 15, 2016
  11. Nov 14, 2016
  12. Nov 13, 2016
  13. Nov 10, 2016
  14. Nov 08, 2016
    • Steve Kondik's avatar
      cm: Fix bootanimation sorting · c86fb126
      Steve Kondik authored
      Change-Id: I7d45f6790406db826fbb822fedb4484427b18c31
      c86fb126
    • Dan Pasanen's avatar
      common: add quotes to satisfy kati/bash/make/whatever · 4f174347
      Dan Pasanen authored
      * Honestly, I have no idea why this works. Or, to put it more
        precisely, why it works without this on _some_ devices and not
        others. All of a sudden?
      
      * Without this patch I'm getting:
          /opt/out/14.1/build-cm_d2vzw-clobber.ninja is missing, regenerating...
          terminate called after throwing an instance of 'std::out_of_range'
            what():  basic_string::erase
          make: *** [build/core/ninja.mk:167: /opt/out/14.1/build-cm_d2vzw-clobber.ninja] Aborted (core dumped)
      
          #### make failed to build some targets (5 seconds) ####
      
      Change-Id: I4bf43868bf7dfe13df57151ae3597246164cbebc
      4f174347
  15. Nov 07, 2016
    • Adrian DC's avatar
      vendor: cm: Move fuseblk to system/sepolicy · 143269c2
      Adrian DC authored
       * The rule is needed earlier in system/sepolicy
      
      Change-Id: I3f6c45d48f4af28266f124e918966991016a4e1a
      143269c2
    • Alexander Martinz's avatar
      envsetup: block SDCLANG on Darwin for now · 1bbf3e93
      Alexander Martinz authored
      
      Snapdragon LLVM is not supported on Darwin yet.
      There might be the case where the directory structure is set up
      by default and the build system will try to execute the linux binaries.
      
      This will fail obviously:
        /bin/bash: /Volumes/Android/build/prebuilts/snapdragon-llvm/toolchains/llvm-Snapdragon_LLVM_for_Android_3.8/prebuilt/linux-x86_64/bin/clang: cannot execute binary file
      
      Change-Id: I1f4d0bbda88b540b7ac3159f8e83de4501b9073b
      Signed-off-by: default avatarAlexander Martinz <eviscerationls@gmail.com>
      1bbf3e93
  16. Nov 05, 2016
  17. Nov 04, 2016
  18. Oct 30, 2016
    • mfonville's avatar
      webview_packages: prefer the more powerful webview packages · 9fcd3c6a
      mfonville authored
      If Gapps are installed, better webview providers
      become avaliable.
      
      This commit adds support for those and makes the system
      choose the best provider: Chrome Stable>Google Webview>AOSP Webview
      
      It also allows the user to choose between additional
      providers from Play Store: Chrome Beta, Chrome Dev and Chrome Canary.
      
      This patch is a collobarative work of:
      
      mfonville <maarten.fonville@gmail.com> @mfonville
      rapperskull <rapper.skull@hotmail.it> @rapperskull
      Arne-Christian Blystad <arne.christian.blystad@bartec-pixavi.com> @Blystad
      Alex Naidis <alex.naidis@linux.com> @TheCrazyLex
      
      Bugfixes and move to an overlay by blunden <blunden2@gmail.com>
      
      You can find more information on this topic here: opengapps/aosp_build#76
      
      Change-Id: I006d814b7c12ffe4f29cd865c9d4cc6a60bc7783
      9fcd3c6a
Loading