16 Dec, 2020

3 commits


15 Dec, 2020

1 commit


02 Nov, 2020

1 commit


31 Aug, 2020

1 commit

  • And replace many references of ${ROOT_DIR}/common with
    ${ROOT_DIR}/${KERNEL_DIR}, which makes it a lot easier
    to branch off of ACK and update the KERNEL_DIR.

    The variable of KERNEL_DIR will be set in build/_setup_env.sh
    to the directory of the build config file by default if it's
    not set explicitly in the build config file or in environment.

    Test: build test with following configs
    common/build.config.gki.aarch64
    common/build.config.db845c
    common/build.config.hikey960
    cuttlefish-modules/build.config.cuttlefish.aarch64

    Bug: 162785964
    Change-Id: I790ac0ded10bd790484f14c6f93d53e06c38b830
    Signed-off-by: Will McVicker
    Signed-off-by: Yongqin Liu
    (cherry picked from commit 931718fa65fe5e34d143250c048f591a7d74e5f8)
    [elavila: resolve conflicts]
    Signed-off-by: J. Avila

    Will McVicker
     

27 Jan, 2020

1 commit

  • We stabilized the ABI tooling on the GKI branches by now. There is no
    need anymore to keep the ABI Monitoring alive on this branch. It rather
    causes friction as the ABI changes all the time and the purpose of
    battletesting the tooling is not as valid anymore as before.
    (Also, the representation diffs slowly blow up the repository.)

    Bug: 111449103
    Change-Id: I86f0baf48f2f183f25aa63e1f560e8b767e7e03f
    Signed-off-by: Matthias Maennich

    Matthias Maennich
     

18 Dec, 2019

1 commit


30 Aug, 2019

1 commit


15 Aug, 2019

1 commit


23 Jul, 2019

1 commit


25 Jun, 2019

1 commit


29 May, 2019

1 commit


28 May, 2019

1 commit

  • abi_gki_aarch64.out contains the ABI definition corresponding to the
    current sources and the configuration referred to in
    build.config.gki.aarch64.

    As part of the build.sh tooling it will be copied over into the
    distribution for further inspection / analysis. See
    https://android-review.googlesource.com/970737 for details on that
    process.

    This is the initial version of this definition to allow implementation
    of workflows around it. It is not considered stable at this point. It is
    expected that it will break with significant changes from either
    upstream or with changes implemented specific for this tree. Automated
    validation is supposed to catch differences between this definition and
    the actual binary before they are introduced into the tree. At a later
    stage this validation should be part of build.sh itself.

    Bug: 133501930
    Change-Id: I815940ee13037ad450547e0ab0786e37f0b83d9b
    Signed-off-by: Matthias Maennich

    Matthias Maennich
     

15 May, 2019

2 commits