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

Commit 6e181675 authored by Anton Hansson's avatar Anton Hansson Committed by Android (Google) Code Review
Browse files

Merge "Trim leading src-dir from Ravenwood sources" into main

parents 3fa76028 d82cbc7c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@ filegroup {
    srcs: [
        "annotations-src/**/*.java",
    ],
    path: "annotations-src",
    visibility: ["//visibility:public"],
}

+2 −0
Original line number Diff line number Diff line
@@ -30,6 +30,8 @@ import java.lang.annotation.Target;
 *
 * The method must be {@code public static} with a single argument that takes
 * {@link Class}.
 *
 * @hide
 */
@Target({TYPE})
@Retention(RetentionPolicy.CLASS)
+1 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@ import java.lang.annotation.Target;
 *
 * TODO: Javadoc
 *
 * @hide
 */
@Target({TYPE, FIELD, METHOD, CONSTRUCTOR})
@Retention(RetentionPolicy.CLASS)
+2 −0
Original line number Diff line number Diff line
@@ -26,6 +26,8 @@ import java.lang.annotation.Target;
 * QUESTIONS ABOUT IT.
 *
 * TODO: Javadoc
 *
 * @hide
 */
@Target({TYPE})
@Retention(RetentionPolicy.CLASS)
+2 −0
Original line number Diff line number Diff line
@@ -29,6 +29,8 @@ import java.lang.annotation.Target;
 * QUESTIONS ABOUT IT.
 *
 * TODO: Javadoc
 *
 * @hide
 */
@Target({TYPE, FIELD, METHOD, CONSTRUCTOR})
@Retention(RetentionPolicy.CLASS)
Loading