summaryrefslogtreecommitdiff
path: root/android/BUILD
diff options
context:
space:
mode:
authorKun Shen <kunshen@google.com>2021-12-20 16:11:01 -0800
committerKun Shen <kunshen@google.com>2021-12-22 19:53:53 +0000
commit07debc09c355ac6caee5ab8f0a8925c155ae1506 (patch)
tree7976e0b5bbaa351938698b292996afeac12ce0e0 /android/BUILD
parent6ebb40cf8d26cd099304f70f6f60a0349967fa14 (diff)
downloadidea-07debc09c355ac6caee5ab8f0a8925c155ae1506.tar.gz
Extract "devicemanager" into new `intellij.android.device-manager` module
Bug: 208330971 Test: n/a Change-Id: I87865560e16a83d67a32a5de2ab2b933263c15a9
Diffstat (limited to 'android/BUILD')
-rw-r--r--android/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/BUILD b/android/BUILD
index 1e4335431f3..1b8b395836b 100644
--- a/android/BUILD
+++ b/android/BUILD
@@ -330,6 +330,7 @@ iml_module(
"//tools/adt/idea/android-lint:intellij.android.lint[module, test]",
"//tools/adt/idea/android-navigator:intellij.android.navigator[module, test]",
"//tools/adt/idea/android-navigator:intellij.android.navigator.testutils[module, test]",
+ "//tools/adt/idea/device-manager:intellij.android.device-manager[module, test]",
],
)