commit | a96c62964c4bd57dad1db8204f363cc4e50e310b | [log] [tgz] |
---|---|---|
author | Makoto Onuki <omakoto@google.com> | Fri Apr 26 15:36:00 2019 -0700 |
committer | Makoto Onuki <omakoto@google.com> | Tue Apr 30 16:41:02 2019 -0700 |
tree | ad2b1adca97c26d51a16a1c62c8ab0427023cf3c | |
parent | 32feeb152958a60c3721efb8ab024336f4b879bd [diff] [blame] |
Don't try to set launcher on work profile Now that the backend switched to role manager, it no longer works, and we didn't need to do it. Change-Id: Ia947224aa3bcf0bc27965ac9cdfc091be1de5e1a Merged-in: Ia947224aa3bcf0bc27965ac9cdfc091be1de5e1a Fix: 131239500 Test: atest CtsShortcutHostTestCases
diff --git a/hostsidetests/shortcuts/deviceside/upgrade/Android.bp b/hostsidetests/shortcuts/deviceside/upgrade/Android.bp index 7739a77..a0e435f 100644 --- a/hostsidetests/shortcuts/deviceside/upgrade/Android.bp +++ b/hostsidetests/shortcuts/deviceside/upgrade/Android.bp
@@ -43,4 +43,7 @@ ], srcs: ["src/**/*.java"], resource_dirs: ["version2/res"], + static_libs: [ + "compatibility-device-util-axt", + ], }