You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
418 B
25 lines
418 B
7 months ago
|
package {
|
||
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
||
|
}
|
||
|
|
||
|
subdirs = [
|
||
|
"jni",
|
||
|
]
|
||
|
|
||
|
java_library_static {
|
||
|
name: "android-support-v8-renderscript",
|
||
|
sdk_version: "23",
|
||
|
srcs: [
|
||
|
"java/src/**/*.java",
|
||
|
],
|
||
|
libs: [
|
||
|
"android-support-annotations",
|
||
|
],
|
||
|
product_variables: {
|
||
|
unbundled_build: {
|
||
|
enabled: false,
|
||
|
},
|
||
|
},
|
||
|
java_version: "1.7",
|
||
|
}
|