Revert "ANDROID: GKI: Remove temp build file abi_gki_protected_exports"
This reverts commit 1281598c53529262b8cc81a5bbdccd352636e984.
Reason for revert: Replaced by http://aosp/2679995
Change-Id: I0b69cc68780ad572b64d81f1a39f5b9c2fddc4a9
Signed-off-by: Ramji Jiyani <ramjiyani@google.com>
diff --git a/scripts/gen_gki_modules_headers.sh b/scripts/gen_gki_modules_headers.sh
index 45edbd5..79eddd3 100755
--- a/scripts/gen_gki_modules_headers.sh
+++ b/scripts/gen_gki_modules_headers.sh
@@ -119,10 +119,5 @@
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