commit | b9c5ed96d3ecc07e2f59569ff2be165694347154 | [log] [tgz] |
---|---|---|
author | Luca Stefani <luca.stefani.ge1@gmail.com> | Mon Aug 24 15:05:00 2020 +0200 |
committer | Luca Stefani <luca.stefani.ge1@gmail.com> | Mon Aug 24 15:05:00 2020 +0200 |
tree | a5fceba54be5e0d04dd336767fdb9d5476e7dcf3 | |
parent | 9d70c2b75736d9021e2610c5b1bb1da0baeead26 [diff] [blame] |
Define ABIFLAGS as an empty string * This adds the 'abiflags' attribute to the sys module Change-Id: I0c3b7d48f5168392b1cec0307105d88e1f6f38b0
diff --git a/Android.bp b/Android.bp index 0e41bf4..ed4d209 100644 --- a/Android.bp +++ b/Android.bp
@@ -222,11 +222,13 @@ linux: { cflags: [ "-DPLATFORM=\"linux\"", + "-DABIFLAGS=\"\"", ], }, darwin_x86_64: { cflags: [ "-DPLATFORM=\"darwin\"", + "-DABIFLAGS=\"\"", ], }, },