summaryrefslogtreecommitdiffstats
path: root/quickstep
diff options
context:
space:
mode:
authorGreg Kaiser <gkaiser@google.com>2019-06-14 14:22:30 -0700
committerGreg Kaiser <gkaiser@google.com>2019-06-18 17:36:53 +0000
commit6aabe679c5ae11845dfe3d6698dabaf357bb17fd (patch)
treee62c8da2111da63c18fbf2281c464b875655533c /quickstep
parent873759a31699f51e73eb03ba6474014c50873b48 (diff)
downloadandroid_packages_apps_Trebuchet-6aabe679c5ae11845dfe3d6698dabaf357bb17fd.tar.gz
android_packages_apps_Trebuchet-6aabe679c5ae11845dfe3d6698dabaf357bb17fd.tar.bz2
android_packages_apps_Trebuchet-6aabe679c5ae11845dfe3d6698dabaf357bb17fd.zip
Android.mk: Strictly order QuickStepGo and GoIconRecents
We had Launcher3QuickStepGo adding Launcher3GoIconRecents to LOCAL_OVERRIDES_PACKAGES, and also had Launcher3GoIconRecents adding Launcher3QuickStepGo to LOCAL_OVERRIDES_PACKAGES. As a result, if both of these got added to PROJECT_PACKAGES, we would end up with neither launcher, since they both overrode each other. To fix this, we declare a strict hierarchy. Since Launcher3GoIconRecents is the default, we put Launcher3QuickStepGo to be higher in the hierarchy. While that might seem a counter-intuitive choice, it makes it much easier for folks to override the default, without needing to modify the file containing the default. Test: Various clean builds which revealed this root issue, and this fix. Bug: 135161289 Change-Id: If718a7030aa6ee4b6b952406006abda77b1eb8e5
Diffstat (limited to 'quickstep')
0 files changed, 0 insertions, 0 deletions