Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

For your consideration #4

Open
wants to merge 6 commits into
base: bs6
Choose a base branch
from
Open

For your consideration #4

wants to merge 6 commits into from

Commits on Feb 6, 2016

  1. core: add option to disable openjdk check (Mustaavalkosta)

    Change-Id: Iadba64eed0a03c62116e720d532a82378d40c274
    spezi77 committed Feb 6, 2016
    Configuration menu
    Copy the full SHA
    86a9e18 View commit details
    Browse the repository at this point in the history
  2. RECOVERY_PATCH_INSTALL: unbreak build for mako

    If required, enable this patch by adding TARGET_NEEDS_RECOVERY_PATCH_INSTALL to BoardConfig.mk
    
    Change-Id: I2f57640e7cc95b62f3134796c7af5cec0d1233e3
    Signed-off-by: spezi77 <[email protected]>
    spezi77 committed Feb 6, 2016
    Configuration menu
    Copy the full SHA
    a19b883 View commit details
    Browse the repository at this point in the history
  3. Add Toolchain Version to Lunch Menu

    Signed-off-by: Chet Kener <[email protected]>
    Cl3Kener authored and spezi77 committed Feb 6, 2016
    Configuration menu
    Copy the full SHA
    4acbe31 View commit details
    Browse the repository at this point in the history
  4. Build: Add Custom Toolchain Support

    * Many legacy devices don't support 4.8 so we need a 4.7 option and many of the newer devices do better either Linaro 4.8 or SM 4.8-4.10 so this just makes sense. Same flag as KitKat Liquid.
    
    Signed-off-by: Chet Kener <[email protected]>
    Change-Id: Ibf5a1204392214244b93316cc05bc715bf3b81bf
    Signed-off-by: Chet Kener <[email protected]>
    Cl3Kener authored and spezi77 committed Feb 6, 2016
    Configuration menu
    Copy the full SHA
    5875ab0 View commit details
    Browse the repository at this point in the history
  5. Fix Toolchain Print

    * Should default to TARGET_GCC_VERSION which is now 4.9
    
    Signed-off-by: Chet Kener <[email protected]>
    Cl3Kener authored and spezi77 committed Feb 6, 2016
    Configuration menu
    Copy the full SHA
    e6381ea View commit details
    Browse the repository at this point in the history
  6. Create 0 compression ratio jar files

    Modern devices now has a blazing fast NAND that storage speed is not the bottle-neck when it comes to reading apks.
    
    So use 0 compression ratio for improving speed and memory usage.
    
    Signed-off-by: arter97 <[email protected]>
    Signed-off-by: Chet Kener <[email protected]>
    arter97 authored and spezi77 committed Feb 6, 2016
    Configuration menu
    Copy the full SHA
    6fedf49 View commit details
    Browse the repository at this point in the history