commit | 3463839772581875057a951f9b54837a825b8c40 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Oct 19 00:56:44 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri Oct 19 00:56:44 2018 -0700 |
tree | 3478ed3e8ba6c1ae95fb634241ee3034ae7252b5 | |
parent | 81ef25aada67efb2159e32bbf9515bf2e6bf9f69 [diff] | |
parent | 24ead5672b282cbfb1c1d03deb332615c6f812b6 [diff] |
Merge "Fix instrumentation_for to refer to name of module" am: 24ead5672b Change-Id: I3e18013e7e5ab52bfdd708655a1a40ec7cfebb48
diff --git a/updater_sample/tests/Android.bp b/updater_sample/tests/Android.bp index c2783ef..7867770 100644 --- a/updater_sample/tests/Android.bp +++ b/updater_sample/tests/Android.bp
@@ -28,7 +28,7 @@ "guava", ], - instrumentation_for: "com.example.android.systemupdatersample", + instrumentation_for: "SystemUpdaterSample", optimize: { enabled: false,