Merge "The easter egg is now its own APK." into nyc-dev

This commit is contained in:
Ian Pedowitz
2016-06-26 22:50:44 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ PRODUCT_PACKAGES := \
OneTimeInitializer \ OneTimeInitializer \
Provision \ Provision \
SystemUI \ SystemUI \
EasterEgg \
WallpaperCropper WallpaperCropper
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \

View File

@@ -44,6 +44,7 @@ PRODUCT_PACKAGES := \
SoftKeyboard \ SoftKeyboard \
sqlite3 \ sqlite3 \
SystemUI \ SystemUI \
EasterEgg \
WidgetPreview WidgetPreview
# Define the host tools and libs that are parts of the SDK. # Define the host tools and libs that are parts of the SDK.