Revert "ANDROID: GKI: Remove temp build file abi_gki_protected_exports"

This reverts commit 1281598c53.

Reason for revert: Replaced by http://aosp/2679995

Change-Id: I0b69cc68780ad572b64d81f1a39f5b9c2fddc4a9
Signed-off-by: Ramji Jiyani <ramjiyani@google.com>
This commit is contained in:
Ramji Jiyani
2023-07-27 18:20:29 +00:00
committed by Treehugger Robot
parent 924b7017dd
commit d92dd7312f

View File

@@ -119,10 +119,5 @@ else
fi
generate_header "${TARGET}" "${GKI_EXPORTED_SYMBOLS}" "protected_exports"
# Remove temp file
if [ -f "${GKI_EXPORTED_SYMBOLS}" ]; then
rm -f -- "${GKI_EXPORTED_SYMBOLS}"
fi
fi