summaryrefslogtreecommitdiff
path: root/android/module.go
diff options
context:
space:
mode:
author Tahsin Loqman <tahsinl@google.com> 2022-12-19 16:27:25 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2022-12-19 16:27:25 +0000
commit77dc7d0839c53d76092e7b75ba3c3d4734542bbd (patch)
tree1a4a81ebfdcb690ca78693761cd6ed33fb2e1caa /android/module.go
parent8ec823cba166a41eb0e9e5ff8fe679e691fec678 (diff)
Revert "Allow adding extra tradefed options in the Android.bp file"
This reverts commit 8ec823cba166a41eb0e9e5ff8fe679e691fec678. Reason for revert: DroidMonitor: Potential culprit for Bug b/262965953 - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted. Change-Id: I236cc36981d8b30527ca286632727f8ca267e969
Diffstat (limited to 'android/module.go')
-rw-r--r--android/module.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/module.go b/android/module.go
index bf9737aa2..681f724b0 100644
--- a/android/module.go
+++ b/android/module.go
@@ -27,6 +27,7 @@ import (
"text/scanner"
"android/soong/bazel"
+
"github.com/google/blueprint"
"github.com/google/blueprint/proptools"
)