Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: akhilnarang/scripts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: OnePlusWhat/scripts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 4 files changed
  • 5 contributors

Commits on Feb 28, 2019

  1. setup/android_build_env: Small update

    * Remove duplicate package and sort it by name
    * Add curl package for Ubuntu 18
    * Use openjdk-11-* instead
    
    Signed-off-by: arizaini <famegalaxy614@gmail.com>
    arizaini committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    a58e250 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2019

  1. setup: Update links and udev rules

    * As a bonus remove duplicate schedtool package left behind
    
    Signed-off-by: arizaini <famegalaxy614@gmail.com>
    arizaini committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    3077776 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2019

  1. setup/android_build_env: Remove JDK install

    Android 9 and above use the bundled JDK.
    
    Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
    msfjarvis authored and arizaini committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    cc8391c View commit details
    Browse the repository at this point in the history
  2. android_build_env: remove libcloog from dependencies

    This isn't really needed to build AOSP, remove it since it doesn't seem to be available on disco
    
    Signed-off-by: Akhil Narang <akhilnarang.1999@gmail.com>
    akhilnarang authored and arizaini committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    8e25d70 View commit details
    Browse the repository at this point in the history
  3. setup/android_build_env: [TEMP] Remove udev rules

    Signed-off-by: arizaini <famegalaxy614@gmail.com>
    arizaini committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    84d5f8c View commit details
    Browse the repository at this point in the history
  4. setup: Small cleanup

    Signed-off-by: arizaini <famegalaxy614@gmail.com>
    arizaini committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    547521e View commit details
    Browse the repository at this point in the history

Commits on May 4, 2019

  1. Add missed libtinfo5 package (#76)

    this is required by clang
    Blacksuan19 authored and arizaini committed May 4, 2019
    Configuration menu
    Copy the full SHA
    3c04ca3 View commit details
    Browse the repository at this point in the history
  2. android_build_env: Install Patchelf (#80)

    * In an AOSP Build Environment, it's a good idea to install patchelf as it's commonly used while handling proprietary shared objects.
    twistloop authored and arizaini committed May 4, 2019
    Configuration menu
    Copy the full SHA
    6ab5e8c View commit details
    Browse the repository at this point in the history
  3. mehhh

    Signed-off-by: arizaini <famegalaxy614@gmail.com>
    arizaini committed May 4, 2019
    Configuration menu
    Copy the full SHA
    15f7db8 View commit details
    Browse the repository at this point in the history
Loading