• Show log

    Commit

  • Hash : e417bfb0
    Author : Tim Van Patten
    Date : 2020-09-15T14:08:36

    Android: Set angle_enable_commit_id=false in roll_aosp.sh
    
    The current roll_aosp.sh is generating an invalid Android.bp by
    including the local repo's .git file:
    
    cc_genrule {
        name: "angle_commit_id",
        tool_files: [
            "src/commit_id.py",
        ],
        cmd: "$(location) gen $(location commit.h)",
        srcs: [
            ".git/refs/heads/rollAngle",
        ],
        sdk_version: "28",
        out: [
            "commit.h",
        ],
    }
    
    This is fixed by enabling the GN arg 'angle_enable_commit_id=false' in
    the script:
    
    cc_genrule {
        name: "angle_commit_id",
        tool_files: [
            "src/commit_id.py",
        ],
        cmd: "$(location) gen $(location commit.h)",
        sdk_version: "28",
        out: [
            "commit.h",
        ],
    }
    
    Bug: angleproject:5050
    Test: Manual verification in AOSP checkout
    Change-Id: I08a08084c4c25411b29b22544c2ed8c06f6f54d8
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2412790
    Reviewed-by: Geoff Lang <geofflang@chromium.org>
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/angle.git
    Git SSH git@git.kmx.io:kc3-lang/angle.git
    Public access ? public
    Description

    A conformant OpenGL ES implementation for Windows, Mac, Linux, iOS and Android.

    Homepage

    Github

    Users
    kc3_lang_org thodg_w www_kmx_io thodg_l thodg thodg_m
    Tags