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

Commit 86faf9be authored by Peter Kalauskas's avatar Peter Kalauskas
Browse files

Move shared sysui dagger qualifiers to pods

Also, remove usused @Tracing qualifier.

Test: m, flashall
Bug: 307607958
Flag: EXEMPT build change is a no-op
Change-Id: I0fdb9a1d60a0392053b24739a24d629158c18d32
parent a1019aae
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -18,4 +18,7 @@ package com.android.systemui.dagger.qualifiers
import javax.inject.Qualifier

/** Annotates a class that is display specific. */
@Qualifier @MustBeDocumented @Retention(AnnotationRetention.RUNTIME) annotation class DisplaySpecific
@Qualifier
@MustBeDocumented
@Retention(AnnotationRetention.RUNTIME)
public annotation class DisplaySpecific
+1 −0
Original line number Diff line number Diff line
@@ -51,6 +51,7 @@ android_library {
        ":wm_shell-shared-aidls",
    ],
    static_libs: [
        "com.android.systemui.dagger-api",
        "BiometricsSharedLib",
        "PlatformAnimationLib",
        "PluginCoreLib",
+0 −20
Original line number Diff line number Diff line
/*
 * Copyright (C) 2023 The Android Open Source Project
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
package com.android.systemui.dagger.qualifiers

import javax.inject.Qualifier

@Qualifier @MustBeDocumented @Retention(AnnotationRetention.RUNTIME) annotation class Tracing