commit | 50304f75440442bdcd02199b7c82a4349c44f371 | [log] [tgz] |
---|---|---|
author | basamaryan <basam.aryan@gmail.com> | Mon Oct 09 21:41:01 2023 +0200 |
committer | Michael Bestas <mkbestas@lineageos.org> | Tue Oct 24 23:43:15 2023 +0300 |
tree | 4a229b3d750ae5fd8e2e549bbc47c94acf975e7a | |
parent | e14361b2f09642eddbbbd9e6ecd87f1d3728ac23 [diff] |
libipanat: Remove deprecated clang property Change-Id: I189094739247e092f657769d751d7c142694f7d5
diff --git a/ipanat/Android.bp b/ipanat/Android.bp index 0bcf3a0..7d5bae5 100644 --- a/ipanat/Android.bp +++ b/ipanat/Android.bp
@@ -22,7 +22,6 @@ ], export_include_dirs: ["inc"], vendor: true, - clang: true, cflags: ["-DDEBUG"] + ["-DFEATURE_IPA_ANDROID"] + ["-Wno-int-conversion"],