07 Jan, 2021

1 commit

  • Formerly cuttlefish and goldfish had separate symbol lists.
    The defconfigs and symbol lists were unified recently. However, the
    symbol lists should conform to this naming convention.

    Generated with
    BUILD_CONFIG=common/build.config.gki.aarch64 build/build.sh;
    BUILD_CONFIG= \
    common-modules/virtual-device/build.config.virtual_device.aarch64 \
    build/build.sh;
    build/abi/extract_symbols out/android12-5.10/dist/ \
    --whitelist common/android/abi_gki_aarch64_virtual_device

    Test: Treehugger
    Bug: 176831960
    Signed-off-by: Ram Muthiah
    Change-Id: I21755fbd3e9ab6319fdf4fcd06e501d722fb7242

    Ram Muthiah