OSDN Git Service

DO NOT MERGE: Combine emulator test projects into a single apk
authorSteve Moyer <smoyer@google.com>
Fri, 7 Feb 2014 19:46:08 +0000 (11:46 -0800)
committerSteve Moyer <smoyer@google.com>
Mon, 16 Jun 2014 16:53:34 +0000 (09:53 -0700)
SmsTest, GpsLocationTest, ConnectivityTest -> EmulatorSmokeTests

Conflicts:
target/product/sdk.mk

Change-Id: Ia5add1bc6360c27f84aab8f32b30c312435b1871

target/product/sdk.mk

index 5926f19..04157e8 100644 (file)
@@ -55,16 +55,16 @@ PRODUCT_PACKAGES := \
        QuickSearchBox \
        WidgetPreview \
        librs_jni \
-       ConnectivityTest \
-       GpsLocationTest \
        CalendarProvider \
        Calendar \
        SmokeTest \
        SmokeTestApp \
+       EmulatorSmokeTests \
        rild \
        LegacyCamera \
        Dialer
 
+
 # Define the host tools and libs that are parts of the SDK.
 -include sdk/build/product_sdk.mk
 -include development/build/product_sdk.mk