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:
parent
70c8e8b61d
commit
d5581a7f19
88970
abi_gki_aarch64.xml
88970
abi_gki_aarch64.xml
File diff suppressed because it is too large
Load Diff
1257
abi_gki_aarch64_db845c_whitelist
Normal file
1257
abi_gki_aarch64_db845c_whitelist
Normal file
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user