summaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorKevin <kevhan@google.com>2019-01-04 16:00:36 -0800
committerKevin <kevhan@google.com>2019-01-04 16:00:36 -0800
commit34380b4059f34b7ceccc17cbd76f9c4f9ac96347 (patch)
tree22e6d4f9ec73ee8df43311170331ea4351813325 /build.gradle
parentefb8b836660bd367744c406b1a3ce7f20561e000 (diff)
downloadandroid_packages_apps_Trebuchet-34380b4059f34b7ceccc17cbd76f9c4f9ac96347.tar.gz
android_packages_apps_Trebuchet-34380b4059f34b7ceccc17cbd76f9c4f9ac96347.tar.bz2
android_packages_apps_Trebuchet-34380b4059f34b7ceccc17cbd76f9c4f9ac96347.zip
Fix Launcher3 gradle file for launcher protos dep
The launcher_protos.jar library was not being used which prevented the quickstep launcher variant from building. This fixes the issue. Test: Build quickstep APK w/ other fixes in topic included Change-Id: I4d91616aa8f52026ceec235b2adec8c13f7c6dc8
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 33409c5d0..af54c5b6d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -121,8 +121,8 @@ dependencies {
implementation "androidx.dynamicanimation:dynamicanimation:${ANDROID_X_VERSION}"
implementation "androidx.recyclerview:recyclerview:${ANDROID_X_VERSION}"
implementation "androidx.preference:preference:${ANDROID_X_VERSION}"
- implementation PROTOBUF_DEPENDENCY
implementation project(':IconLoader')
+ implementation fileTree(dir: "libs", include: 'launcher_protos.jar')
// This is already included in sysui_shared
aospImplementation fileTree(dir: "libs", include: 'plugin_core.jar')