Re-enable -Wover-aligned.

Bug: 112002407

With r339409b, Clang no longer warns when building wifilogd_unit_test.

Test: lunch aosp_x86-userdebug; m wifilogd_unit_test in AOSP and internal
      branches.

Change-Id: I4bc762669447f7768678ada47f68c61ac82c4e88
diff --git a/Android.mk b/Android.mk
index 7ac0d9f..60bd504 100644
--- a/Android.mk
+++ b/Android.mk
@@ -52,8 +52,6 @@
 LOCAL_COMPATIBILITY_SUITE := device-tests
 LOCAL_CPPFLAGS := $(wifilogd_cpp_flags) $(wifilogd_gtest_cpp_flags)
 
-# To workaround bug 112002407
-LOCAL_CPPFLAGS_x86 := -Wno-over-aligned
 LOCAL_C_INCLUDES := $(wifilogd_includes)
 LOCAL_SRC_FILES := \
     tests/byte_buffer_unittest.cpp \