This adds a whitelist for the symbols used by the cuttlefish device and
updates the ABI representation accordingly.
These are the steps:
1) Perform a clean device build (Cuttlefish):
$ BUILD_CONFIG=common/build.config.cuttlefish.aarch64 build/build.sh
2) Extract the ABI whitelist for this device
$ build/abi/extract_symbols out/android-4.19/dist/ --whitelist common/abi_gki_aarch64_cuttlefish_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: I433b200dd5b79bf9ee9adeea1db7b66c571f6539
Signed-off-by: Matthias Maennich <maennich@google.com>
The build.config.* files largely contain duplicate information by their
nature. Reorganize them reduce duplication and to allow adding new
configurations without copying the definitions again.
Bug: 140224784
Change-Id: I6a3810a125b0ed48591690ca33bb5c02be58218a
Signed-off-by: Matthias Maennich <maennich@google.com>
In preparation of 4.19-gki-dev branch deprecation
Bug: 138132040
Test: BUILD_CONFIG=common/build.config.gki.aarch64 build/build_abi.sh
Test: BUILD_CONFIG=common/build.config.cuttlefish.x86_64 build/build.sh
Change-Id: I05311ff05b1904240263204835084c6a5e375cd2
Signed-off-by: Tri Vo <trong@google.com>