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.
|
cc_prebuilt_library_shared {
|
|
vendor_available: true,
|
|
name: "libgraphicpolicy",
|
|
target: {
|
|
android_arm: {
|
|
srcs: ["armeabi-v7a/libgraphicpolicy.so"],
|
|
},
|
|
android_arm64: {
|
|
srcs: ["arm64-v8a/libgraphicpolicy.so"],
|
|
},
|
|
},
|
|
shared_libs: ["liblog","libstdc++"],
|
|
strip: {
|
|
none: true,
|
|
},
|
|
}
|