We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4055cf commit 4ed97efCopy full SHA for 4ed97ef
BUILD
@@ -81,10 +81,11 @@ android_binary(
81
dexopts = [
82
"--force-jumbo",
83
],
84
- manifest = MANIFEST_DEBUG,
+ manifest = MANIFEST,
85
multidex = "native",
86
deps = [
87
":testdpc_lib",
88
+ ":testdpc_lib_debug",
89
90
)
91
@@ -105,6 +106,12 @@ android_library(
105
106
107
108
109
+android_library(
110
+ name = "testdpc_lib_debug",
111
+ custom_package = PACKAGE,
112
+ manifest = MANIFEST_DEBUG,
113
+)
114
+
115
android_library(
116
name = "aidl",
117
custom_package = PACKAGE,
0 commit comments