commit | 3817a462c89327dca181c9eab655a0ce6f049a9f | [log] [tgz] |
---|---|---|
author | Dan Willemsen <[email protected]> | Mon Sep 17 15:00:36 2018 -0700 |
committer | Dan Willemsen <[email protected]> | Mon Sep 17 15:44:39 2018 -0700 |
tree | 92c2e2ee93d9aef79eb5a852a5c7b9c9658b7a8a | |
parent | c7d2a83cce07c8d0eb0a4373214b2ed6140a6819 [diff] |
Fix problems with veridex packaging Using global variables means that some other makefile could have changed these values between the time they were set here and when they were evaluated. Use target-specific variables to fix this. Use `soong_zip` instead of `zip` to get reproducible outputs. hide is no longer necessary Test: m out/host/linux-x86/obj/PACKAGING/veridex_intermediates/veridex.zip Change-Id: I66527c92dcaeb229add892eb0b1e30773b780131