From e67e489f939492643e8cc0c55505710ea9181f22 Mon Sep 17 00:00:00 2001 From: Sunny Goyal Date: Wed, 17 Oct 2018 17:04:20 -0700 Subject: [PATCH] Fixing missing file in build rule Change-Id: I272bfd9516a716637c5a245e13bd3a3f2c334f5c --- Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.bp b/Android.bp index aefc1f0b3c..2608280c92 100644 --- a/Android.bp +++ b/Android.bp @@ -23,6 +23,7 @@ java_library_static { srcs: [ "tests/tapl/**/*.java", "quickstep/src/com/android/quickstep/SwipeUpSetting.java", + "src/com/android/launcher3/util/SecureSettingsObserver.java", "src/com/android/launcher3/TestProtocol.java", ], platform_apis: true,