mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 22:36:09 +03:00
12 lines
458 B
Plaintext
12 lines
458 B
Plaintext
|
assert(type == "android_apk" || type == "java_library" ||
|
||
|
type == "android_resources" || (things == stuff && stuff != 432))
|
||
|
|
||
|
assert(type == "android_apk" || type == "java_library" ||
|
||
|
type == "android_resources",
|
||
|
type == "android_apk" || type == "java_library" ||
|
||
|
type == "android_resources")
|
||
|
|
||
|
if (type == "android_apk" || type == "java_library" ||
|
||
|
type == "android_resources" || (things == stuff && stuff != 432)) {
|
||
|
}
|