Skip to content

Commit 4ed97ef

Browse files
jscott1989pfmaggi
authored andcommitted
No public description
PiperOrigin-RevId: 621601443
1 parent a4055cf commit 4ed97ef

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

BUILD

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,11 @@ android_binary(
8181
dexopts = [
8282
"--force-jumbo",
8383
],
84-
manifest = MANIFEST_DEBUG,
84+
manifest = MANIFEST,
8585
multidex = "native",
8686
deps = [
8787
":testdpc_lib",
88+
":testdpc_lib_debug",
8889
],
8990
)
9091

@@ -105,6 +106,12 @@ android_library(
105106
],
106107
)
107108

109+
android_library(
110+
name = "testdpc_lib_debug",
111+
custom_package = PACKAGE,
112+
manifest = MANIFEST_DEBUG,
113+
)
114+
108115
android_library(
109116
name = "aidl",
110117
custom_package = PACKAGE,

0 commit comments

Comments
 (0)