summaryrefslogtreecommitdiff
path: root/.idea
diff options
context:
space:
mode:
authorAlexander Demurov <ademurov@google.com>2022-05-11 21:03:34 -0700
committerAlexander Demurov <ademurov@google.com>2022-05-13 23:20:11 +0000
commitab531c0426e4e25af2bd70e60fdbd5442be6e3bd (patch)
treec41b11d751866830c2e5b882ddacd43a467aa11f /.idea
parent2a1b82c63d2e28b170bd2f4610ee2e38a9fa7f2c (diff)
downloadidea-ab531c0426e4e25af2bd70e60fdbd5442be6e3bd.tar.gz
Move threading agent callback into a module
Move threading agent callback interface into a separate module so that it could be used in adt/idea without adding a dependency on a threading agent. Test: manually tested Bug: 228841408 Change-Id: Ifd1cc0c509ac68d4117714123eaf5b2234ea84cb
Diffstat (limited to '.idea')
-rw-r--r--.idea/modules.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.idea/modules.xml b/.idea/modules.xml
index d1deb0abb54..70a4a794b8d 100644
--- a/.idea/modules.xml
+++ b/.idea/modules.xml
@@ -61,7 +61,7 @@
<module fileurl="file://$PROJECT_DIR$/../../base/sdk-common/android.sdktools.sdk-common.iml" filepath="$PROJECT_DIR$/../../base/sdk-common/android.sdktools.sdk-common.iml" />
<module fileurl="file://$PROJECT_DIR$/../../base/sdklib/android.sdktools.sdklib.iml" filepath="$PROJECT_DIR$/../../base/sdklib/android.sdktools.sdklib.iml" />
<module fileurl="file://$PROJECT_DIR$/../../base/testutils/android.sdktools.testutils.iml" filepath="$PROJECT_DIR$/../../base/testutils/android.sdktools.testutils.iml" />
- <module fileurl="file://$PROJECT_DIR$/../../base/threading-agent/android.sdktools.threading-agent.iml" filepath="$PROJECT_DIR$/../../base/threading-agent/android.sdktools.threading-agent.iml" />
+ <module fileurl="file://$PROJECT_DIR$/../../base/threading-agent-callback/android.sdktools.threading-agent-callback.iml" filepath="$PROJECT_DIR$/../../base/threading-agent-callback/android.sdktools.threading-agent-callback.iml" />
<module fileurl="file://$PROJECT_DIR$/../../base/tracer/android.sdktools.tracer.iml" filepath="$PROJECT_DIR$/../../base/tracer/android.sdktools.tracer.iml" />
<module fileurl="file://$PROJECT_DIR$/../../base/zipflinger/android.sdktools.zipflinger.iml" filepath="$PROJECT_DIR$/../../base/zipflinger/android.sdktools.zipflinger.iml" />
<module fileurl="file://$PROJECT_DIR$/app-inspection/api/app-inspection.api.iml" filepath="$PROJECT_DIR$/app-inspection/api/app-inspection.api.iml" />