Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bdd14fd0 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Code cleanup. Removing unwanted old code with references to home"

parents 4d8ce499 9002ffb3
Loading
Loading
Loading
Loading

tests/AppLaunchWear/Android.bp

deleted100644 → 0
+0 −22
Original line number Original line Diff line number Diff line
package {
    // See: http://go/android-license-faq
    // A large-scale-change added 'default_applicable_licenses' to import
    // all of the 'license_kinds' from "frameworks_base_license"
    // to get the below license kinds:
    //   SPDX-license-identifier-Apache-2.0
    default_applicable_licenses: ["frameworks_base_license"],
}

android_test {
    name: "AppLaunchWear",
    // Only compile source java files in this apk.
    srcs: ["src/**/*.java"],
    platform_apis: true,
    certificate: "platform",
    libs: [
        "android.test.base",
        "android.test.runner",
    ],
    static_libs: ["androidx.test.rules"],
    test_suites: ["device-tests"],
}
+0 −21
Original line number Original line Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.android.tests.applaunch"
    android:sharedUserId="android.uid.system" >

   <uses-permission android:name="android.permission.REAL_GET_TASKS" />
   <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

   <uses-sdk
        android:minSdkVersion="22"
        android:targetSdkVersion="24" />

    <instrumentation android:label="Measure app start up time"
                     android:name="android.test.InstrumentationTestRunner"
                     android:targetPackage="com.android.tests.applaunch" />

    <application android:label="App Launch Test">
        <uses-library android:name="android.test.runner" />
    </application>
</manifest>
+0 −864

File deleted.

Preview size limit exceeded, changes collapsed.