aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2017-08-10 20:07:42 +0900
committerJiyong Park <jiyong@google.com>2017-08-10 20:08:21 +0900
commit436ff702868af97753463fe9beeaf65954bc4836 (patch)
tree4829e42ea0380c16eb81adea35162b4d42638852
parent81ef149886a5e2cb34b52a97699bb0e50004439c (diff)
downloadgemmlowp-436ff702868af97753463fe9beeaf65954bc4836.tar.gz
Mark libbnnmlowp as vendor_availableoreo-mr1-dev
This is required by libRSCpuRef, which is a vndk-sp library. Since this is a static library, vendor_available: true is enough. Bug: 64425518 Test: BOARD_VNDK_VERSION=current m -j libRsCpuRef.vendor Change-Id: Ica7d9dbf99111ff7ace24a773cf200e82a380639
-rw-r--r--eight_bit_int_gemm/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/eight_bit_int_gemm/Android.bp b/eight_bit_int_gemm/Android.bp
index ca81165..4b72b5a 100644
--- a/eight_bit_int_gemm/Android.bp
+++ b/eight_bit_int_gemm/Android.bp
@@ -25,6 +25,7 @@ cc_defaults {
cc_library_static {
name: "libbnnmlowp",
+ vendor_available: true,
defaults: ["libbnnmlowp-defaults"],
}