Add initial symbol list for QCOM in android/abi_gki_aarch64_qcom.
Bug: 176974005
Change-Id: I3b79c9738b8eff86b95e61b3a8775ef0e51fae3a
Signed-off-by: Elliot Berman <eberman@codeaurora.org>
We have to start somewhere, so add initial abi_gki_aarch64.xml file
for the current snapshot with a limited set of symbols.
Note, these symbols have not been reviewed yet, it just gives us a base
to work off of, as now the infrastructure allows for building and
managing the .xml file properly.
Bug: 177417361
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: Ic9d9aeead1f017409644810f50528be2d165bae6
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 <rammuthiah@google.com>
Change-Id: I21755fbd3e9ab6319fdf4fcd06e501d722fb7242
The XHCI_HCD config was pulled back out of gki_defconfig,
and without it USB host mode ports don't work on db845c.
This patch re-adds the module to the db845c_gki.fragment
and updates the KABI symbol list.
Signed-off-by: John Stultz <john.stultz@linaro.org>
Fixes: 552cb0291a ("Revert "ANDROID: GKI: Enable CONFIG_USB_XHCI_HCD"")
Change-Id: Ibd2d543dbab0c6be918e8ba4bd45194d5994a0a3
After recent changes to the DMABUF_HEAPS_SYSTEM config, we need the following
symbols in the symbol list.
Generated with:
BUILD_CONFIG=common/build.config.db845c build/build_abi.sh -s
Fixes: 9ebbf23bfb ("ANDROID: defconfig: Enable DMA-BUF system heap as a module")
Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
Change-Id: I6ee22dfa07f794cdb30ad2fc312bb229b66f6518
After recent changes to the DWC3 driver, we need the following
symbols in the symbol list.
Generated with:
BUILD_CONFIG=common/build.config.db845c build/build_abi.sh -s
Fixes: 87e01dd378 ("Revert "ANDROID: db845c_gki.fragment: Drop CONFIG_USB_DWC3 from config frament"")
Signed-off-by: John Stultz <john.stultz@linaro.org>
Change-Id: Ifc8b74fe33a040a778d04b77cb68a9e62cb997aa