summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanis Danisevskis <jdanis@google.com>2016-08-22 14:59:11 +0100
committerJanis Danisevskis <jdanis@google.com>2016-08-22 15:01:51 +0100
commite017b64c19b5df8c045ed06f56f237ebc153ff1f (patch)
tree5cb76874115ee07ae1fe44df88778548e3f906d4
parent5fa51447d97988d919de1fdc21208c51730aaee0 (diff)
parentef6d09c379f6dddd03fecc862c6ef80321fb8c94 (diff)
downloadlibselinux-e017b64c19b5df8c045ed06f56f237ebc153ff1f.tar.gz
resolve merge conflicts of ef6d09c to master
Change-Id: I211040052cdf230221f3f0ba6f25b063c636b77e
-rw-r--r--Android.bp24
1 files changed, 12 insertions, 12 deletions
diff --git a/Android.bp b/Android.bp
index 458c1ef..9c4b1d4 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,16 +1,16 @@
-// uncomment to build libselinux and related artifacts against PCRE2
-//common_LIBRARIES = ["libpcre2"]
-//common_CFLAGS = [
-// "-DUSE_PCRE2",
-//
-// // Persistently stored patterns (pcre2) are architecture dependent.
-// // In particular paterns built on amd64 can not run on devices with armv7
-// // (32bit). Therefore, this feature stays off for now.
-// "-DNO_PERSISTENTLY_STORED_PATTERNS",
-//]
+common_LIBRARIES = ["libpcre2"]
+common_CFLAGS = [
+ "-DUSE_PCRE2",
-common_LIBRARIES = ["libpcre"]
-common_CFLAGS = []
+ // Persistently stored patterns (pcre2) are architecture dependent.
+ // In particular paterns built on amd64 can not run on devices with armv7
+ // (32bit). Therefore, this feature stays off for now.
+ "-DNO_PERSISTENTLY_STORED_PATTERNS",
+]
+
+// uncomment to build libselinux and related artifacts against PCRE
+// common_LIBRARIES = ["libpcre"]
+// common_CFLAGS = []
cc_defaults {
name: "libselinux_flags",