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

Android.mk: Support android_4.x build #70

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 21, 2016

  1. Android.mk: Support android_4.x build

    Update 2.4.0.1 is only available under android_4.x and android_2.3 folders.
    
    To provide the choice during AOSP inline compilation,
    a new variable is available and can be set into BoardConfig
    
    VIPER4ANDROID_FOLDER := android_4.x-5.x
    VIPER4ANDROID_FOLDER := android_4.x
    
    By default android_4.x will be used to compile ViPER4Android except for AOSP API <= 9
    that will use android_2.3
    mickybart committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    7747efd View commit details
    Browse the repository at this point in the history