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

Commit 9002ffb3 authored by Lincoln Atkinson's avatar Lincoln Atkinson Committed by Josh Yang
Browse files

Code cleanup. Removing unwanted old code with references to home

Test: Manual
Bug: 159167834
Change-Id: I6fa6b2dac3fbbef534e0b2d1ba36f230a35b5e7a
(cherry picked from commit 11d99b610fcbf12821d5593363bd641833b7f717)
(cherry picked from commit d03bf880349658fc913baba447fb35e1616a6e38)
parent 005ad9b2
Loading
Loading
Loading
Loading

tests/AppLaunchWear/Android.bp

deleted100644 → 0
+0 −22
Original line number 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 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.