]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
AOSP: Stop explicitly specifying -fno-strict-aliasing
authorEric Biggers <ebiggers@google.com>
Wed, 25 Jan 2023 23:45:33 +0000 (23:45 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 1 Feb 2023 05:16:39 +0000 (00:16 -0500)
commit6605a07f6afe3d9d667ff31855bc607c1904d18b
tree9f1dd3a1d436bd7a2e5704131d2479afed287d5b
parent97f9109b6633dbf086645c21750ecc5f022d72a3
AOSP: Stop explicitly specifying -fno-strict-aliasing

The upstream build system for e2fsprogs doesn't use
-fno-strict-aliasing, so update the Android.bp files to match.

Note: Android's build system currently uses -fno-strict-aliasing by
default anyway, so this change doesn't actually enable strict aliasing.
But that's a bit besides the point.  The point is that this project
doesn't need anything special, so we don't need to do anything special.

Change-Id: Ifa637058fd95fdc2b6994a8b801b238e929c1f13
From AOSP commit: c30a15e5d615748d4824dec26f1bda1a86be979c
debugfs/Android.bp
e2fsck/Android.bp
lib/blkid/Android.bp