summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2015-09-07 16:22:29 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2015-09-07 16:22:29 +0530
commit9f4ad574cc219edf1e3e3a73d9c49dab7d936ec0 (patch)
tree7f3e533a88a1bedbe09e25d59f1560f37e0e2c84
parent87a591e9c50c44ef7abdcca85a2ff2129dd87000 (diff)
Record metadata info for boot.oat
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
-rwxr-xr-xboot-image-measurement.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot-image-measurement.sh b/boot-image-measurement.sh
index 68833d4..87138ff 100755
--- a/boot-image-measurement.sh
+++ b/boot-image-measurement.sh
@@ -59,6 +59,7 @@ export avg_oat_time=`echo "${oat_time} / 10" | bc -l`
export avg_oatd_time_${target}_${arch}_${mode}=avg_oatd_time
export avg_oat_time_${target}_${arch}_${mode}=avg_oat_time
export boot_oat_size=`ls -lt out/target/product/${out_dir}/system/framework/${libdir}/boot.oat | cut -d" " -f5`
+size -A -d out/target/product/${out_dir}/system/framework/${libdir}/boot.oat > ${WORKSPACE}/boot_oat_metadata_${target}_${arch}_${mode}.txt
echo "##########################################################"
echo "##########################################################"
echo "##########################################################"