aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xutil/diff_products.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/diff_products.py b/util/diff_products.py
index 4fcc5a5..a16c6e0 100755
--- a/util/diff_products.py
+++ b/util/diff_products.py
@@ -27,7 +27,8 @@ import sys
PRODUCT_KEYWORDS = [
"PRODUCT_PACKAGES",
"PRODUCT_COPY_FILES",
- "PRODUCT_PROPERTY_OVERRIDES" ]
+ "PRODUCT_PROPERTY_OVERRIDES",
+ "PRODUCT_BOOT_JARS" ]
# Top level data
# { "PRODUCT_PACKAGES": {...}}