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

Commit 945356ac authored by Narayan Kamath's avatar Narayan Kamath Committed by Android (Google) Code Review
Browse files

Merge "SystemUI: Remove obsolete dependency on android.car."

parents 3fc6aca9 fdbc6115
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -56,7 +56,6 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
    SystemUI-proto

LOCAL_JAVA_LIBRARIES := telephony-common
LOCAL_JAVA_LIBRARIES += android.car

LOCAL_PACKAGE_NAME := SystemUI
LOCAL_CERTIFICATE := platform
+0 −3
Original line number Diff line number Diff line
@@ -176,9 +176,6 @@
    <!-- It's like, reality, but, you know, virtual -->
    <uses-permission android:name="android.permission.ACCESS_VR_MANAGER" />

    <!-- To control car audio module volume -->
    <uses-permission android:name="android.car.permission.CAR_CONTROL_AUDIO_VOLUME" />

    <!-- the ability to rename notifications posted by other apps -->
    <uses-permission android:name="android.permission.SUBSTITUTE_NOTIFICATION_APP_NAME" />

+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
    testables \
    truth-prebuilt \

LOCAL_JAVA_LIBRARIES := android.test.runner telephony-common android.car
LOCAL_JAVA_LIBRARIES := android.test.runner telephony-common

# sign this with platform cert, so this test is allowed to inject key events into
# UI it doesn't own. This is necessary to allow screenshots to be taken
+0 −1
Original line number Diff line number Diff line
@@ -65,7 +65,6 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
LOCAL_JAVA_LIBRARIES := \
    android.test.runner \
    telephony-common \
    android.car \
    android.test.base \