summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2018-06-08 11:07:09 -0700
committerXin Li <delphij@google.com>2018-06-08 11:07:09 -0700
commite8cf540c3598fb990a1dfa38326ed0806a5594a2 (patch)
tree12dfd3a06b8649b9798e489c9db618a667306db1
parent7db332aefac04b517ed2840358f3573cba183fbb (diff)
parentbf79b812dacdfecffaa88a3c695b8bc5b870c137 (diff)
downloaddng_sdk-e8cf540c3598fb990a1dfa38326ed0806a5594a2.tar.gz
Merge pi-dev-plus-aosp-without-vendor into stage-aosp-mastertemp_p_merge
Bug: 79597307 Change-Id: I4bf828a2cf87e4c4273e724b575fa08b5dab02af
-rw-r--r--Android.bp19
1 files changed, 19 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index b7a4c0c..13bbf9f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -149,3 +149,22 @@ cc_binary {
"libjpeg",
],
}
+
+cc_binary_host {
+ name: "dng_validate_host",
+ defaults: ["libdng_sdk-defaults"],
+ srcs: ["source/dng_validate.cpp"],
+
+ cflags: ["-DqDNGValidate=1"],
+
+ shared_libs: [
+ "libz",
+ "libjpeg",
+ ],
+
+ target: {
+ darwin: {
+ enabled: false, // b/67474260
+ },
+ },
+}