ANDROID: ABI/Whitelist: update for db845c

This adds a whitelist for the symbols used by the db845c device and
updates the ABI representation accordingly.

These are the steps:

1) Perform a clean device build (db845c):

  $ BUILD_CONFIG=common/build.config.db845c build/build.sh

2) Extract the ABI whitelist for this device

  $ build/abi/extract_symbols out/android-5.4/dist/ --whitelist common/abi_gki_aarch64_db845c_whitelist

3) Add the whitelist to the list of ADDITIONAL_KMI_WHITELISTS

4) Update the ABI representation for the GKI

  $ BUILD_CONFIG=common/build.config.gki.aarch64 build/build_abi.sh --update

Bug: 147894960
Change-Id: Idf6ed8877cc538e63aab5714c281abf153aad5a3
Signed-off-by: Matthias Maennich <maennich@google.com>
This commit is contained in:
Matthias Maennich 2020-02-12 10:21:57 +00:00 committed by Will Mcvicker
parent 70c8e8b61d
commit d5581a7f19
3 changed files with 57142 additions and 33090 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -4,4 +4,7 @@
ABI_DEFINITION=abi_gki_aarch64.xml
KMI_WHITELIST=abi_gki_aarch64_whitelist
ADDITIONAL_KMI_WHITELISTS="abi_gki_aarch64_cuttlefish_whitelist"
ADDITIONAL_KMI_WHITELISTS="
abi_gki_aarch64_cuttlefish_whitelist
abi_gki_aarch64_db845c_whitelist
"