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

Commit 73f896b8 authored by Peter Kalauskas's avatar Peter Kalauskas Committed by Android (Google) Code Review
Browse files

Merge "Move shared sysui dagger qualifiers to pods" into main

parents 02da9131 86faf9be
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