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

Commit 46848a6a authored by Jiyong Park's avatar Jiyong Park Committed by Automerger Merge Worker
Browse files

Merge changes from topic "apex_available" into rvc-dev am: 132bb5f8 am: 1c092a0b

Change-Id: I039a1fc9342bd27b1e34b9f4ec325320f961c09b
parents 07cce803 1c092a0b
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -425,6 +425,15 @@ cc_library_static {
            ],
        }
    },

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

cc_library {
@@ -492,6 +501,15 @@ cc_library {
            ],
        },
    },

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

}

cc_library {