• Show log

    Commit

  • Hash : 40fde5ff
    Author : Yuxin Hu
    Date : 2025-05-09T11:56:28

    Handle the action target in GN that has more than 1 python script
    
    If the action target requires more than 1 python script to complete
    the job, they all need to be listed under "tool_files" entry in
    Android.bp, so that the Android build system is able to place all of
    the files in the same sandbox, and thus avoids the problem of not able
    to find the python files needed. This change adds a helper function
    separate_py_files_from_bp_srcs_entry() that extracts the ".py" files out
    from "srcs" entry in Android.bp, and place them under "tool_files"
    entry.
    
    This change also adds the workaround to handle action args that have
    special prefix at the front of the file path.
    
    Bug: b/416750698
    Change-Id: I6163d7d155fed61e205d69dd8eac37a9c38132ea
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/6533857
    Reviewed-by: Yuly Novikov <ynovikov@chromium.org>
    Commit-Queue: Yuly Novikov <ynovikov@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