commit | bd822508e57fd379556ea318b16959c7e48a335b | [log] [tgz] |
---|---|---|
author | Sunny Goyal <sunnygoyal@google.com> | Thu Feb 18 15:09:21 2016 -0800 |
committer | Sunny Goyal <sunnygoyal@google.com> | Thu Feb 18 15:09:21 2016 -0800 |
tree | e38d13a3a29f77c424b8efb33104b5dbed3681c4 | |
parent | ecd365293fedf8b78cf1e8df0b9d93968c9910ba [diff] [blame] |
Deleting the WallpaperPicker code inside launcher. Instead linking it to the packages/apps/WallpaperPicker project Change-Id: Ib6830b180a22c22afece01e0a4f6e94e89d6452b
diff --git a/settings.gradle b/settings.gradle new file mode 100644 index 0000000..2cbf914 --- /dev/null +++ b/settings.gradle
@@ -0,0 +1,2 @@ +include ':WallpaperPicker-Lib' +project(':WallpaperPicker-Lib').projectDir = new File(rootDir, '../WallpaperPicker') \ No newline at end of file