From 09df0831da83c6ab3e2d19ee18a26f1fdd9f525f Mon Sep 17 00:00:00 2001 From: vadimt Date: Thu, 7 Mar 2019 14:59:30 -0800 Subject: Creating provider for test gesture dimensions. Start with answering only whether the provider will answer any other questions. Bug: 123904290 Change-Id: I7b3ba8c7689f937d8bc1d470b00574ab4340130d --- Android.bp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Android.bp') diff --git a/Android.bp b/Android.bp index c5832441c..1121a7962 100644 --- a/Android.bp +++ b/Android.bp @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -java_library_static { +android_library { name: "launcher-aosp-tapl", static_libs: [ "androidx.annotation_annotation", @@ -27,5 +27,6 @@ java_library_static { "src/com/android/launcher3/util/SecureSettingsObserver.java", "src/com/android/launcher3/TestProtocol.java", ], + manifest: "tests/tapl/AndroidManifest.xml", platform_apis: true, } -- cgit v1.2.3