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

Commit 44851973 authored by Josh Gao's avatar Josh Gao Committed by Gerrit Code Review
Browse files

Merge "adbd: add apex_available and visibility for internal libs."

parents 3ab681c9 b5673033
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -436,6 +436,15 @@ cc_library_static {
            ],
        }
    },

    apex_available: [
        "//apex_available:platform",
        "com.android.adbd",
    ],
    visibility: [
        "//bootable/recovery/minadbd",
        "//system/core/adb",
    ],
}

cc_library {
@@ -502,6 +511,15 @@ cc_library {
            ],
        },
    },

    apex_available: [
        "//apex_available:platform",
        "com.android.adbd",
    ],
    visibility: [
        "//system/core/adb",
    ],

}

cc_library {