aboutsummaryrefslogtreecommitdiffstats
path: root/tools/releasetools/Android.bp
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2019-08-28 17:21:27 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-08-28 17:21:27 -0700
commita592de9c61fd37faac251549841f320d4bccb10a (patch)
tree916b215ec446e921e1bb9510c151561e4fdcd10d /tools/releasetools/Android.bp
parent96961bf94fb751a98cc6610da569702a7b44e304 (diff)
parent9276cf0226d341927d0a7e682a8db677e25ae5dd (diff)
downloadplatform_build-a592de9c61fd37faac251549841f320d4bccb10a.tar.gz
platform_build-a592de9c61fd37faac251549841f320d4bccb10a.tar.bz2
platform_build-a592de9c61fd37faac251549841f320d4bccb10a.zip
Check VINTF compatibility at OTA generation time.
am: 9276cf0226 Change-Id: Iee0efa785ccbf2aaadb1be7b3dc106f805242adb
Diffstat (limited to 'tools/releasetools/Android.bp')
-rw-r--r--tools/releasetools/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/releasetools/Android.bp b/tools/releasetools/Android.bp
index c019d44b19..e9aeed1bf0 100644
--- a/tools/releasetools/Android.bp
+++ b/tools/releasetools/Android.bp
@@ -96,6 +96,7 @@ python_defaults {
"target_files_diff.py",
],
libs: [
+ "releasetools_check_target_files_vintf",
"releasetools_common",
"releasetools_verity_utils",
],