Merge "Remove ACC which has been replaced with llvm. Free up space in build."
diff --git a/include/arch/windows/AndroidConfig.h b/include/arch/windows/AndroidConfig.h
index 806887b..bb8e5ef 100644
--- a/include/arch/windows/AndroidConfig.h
+++ b/include/arch/windows/AndroidConfig.h
@@ -311,7 +311,7 @@
/*
* Define if <stdbool.h> exists.
*/
-/* #define HAVE_STDBOOL_H */
+#define HAVE_STDBOOL_H
/*
* Define if <sched.h> exists.
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h
index 57d6761..126ba70 100644
--- a/include/private/android_filesystem_config.h
+++ b/include/private/android_filesystem_config.h
@@ -76,7 +76,7 @@
unsigned aid;
};
-static struct android_id_info android_ids[] = {
+static const struct android_id_info android_ids[] = {
{ "root", AID_ROOT, },
{ "system", AID_SYSTEM, },
{ "radio", AID_RADIO, },