summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitry Ivanov <dimitry@google.com>2019-06-25 09:20:35 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-06-25 09:20:35 -0700
commit302c059c4b95d163162f97c48aa07ed288f21f28 (patch)
treeb0922ad819dac40cbfc970e42f6da6a01f12af81
parentadb8bb3c0bf67e0e6b78ac05ea168c70b414b18b (diff)
parentba6074c0be2044c24cd81a2b6943b76458ce04d6 (diff)
downloadndk-302c059c4b95d163162f97c48aa07ed288f21f28.tar.gz
Merge "Enable native_bridge_support for cpufeatures" am: 7808edf8a9
am: ba6074c0be Change-Id: I04f4c1d9f6cb37477fe65a510193eb82bce18e34
-rw-r--r--cpufeatures.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpufeatures.bp b/cpufeatures.bp
index f171a1225..f24d31df4 100644
--- a/cpufeatures.bp
+++ b/cpufeatures.bp
@@ -17,6 +17,7 @@
cc_library_static {
name: "cpufeatures",
vendor_available: true,
+ native_bridge_supported: true,
srcs: ["current/sources/android/cpufeatures/cpu-features.c"],
cflags: ["-Wall", "-Werror"],
sdk_version: "minimum",