aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuntao Xu <yuntaoxu@google.com>2021-05-21 15:15:41 -0700
committerIan Hua <ianhua@google.com>2021-11-11 11:18:02 +0000
commite824d49d54763e7800d835b042125886f101b5b2 (patch)
tree13ea079f0e9e7d2af9bcd8e969899bce71bc0cda
parent80db734614f4593cd5cada5158c31cad5cfb5c43 (diff)
downloadeigen-e824d49d54763e7800d835b042125886f101b5b2.tar.gz
Add sdk_version to the 'libeign' module
Add the sdk_version to a cc_library_headers module 'libeigen', which is needed in converting .mk files including this module to a .bp file. Please check the bug below for more details. Cherrypicked from AOSP I11dc1fc899ce9697fa421c4526527277dcea6aff Bug: 188730371 Test: rum 'm module-name' Test: TreeHugger Change-Id: I11dc1fc899ce9697fa421c4526527277dcea6aff Merged-In: I11dc1fc899ce9697fa421c4526527277dcea6aff
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 23c3280d0..7376cc836 100644
--- a/Android.bp
+++ b/Android.bp
@@ -79,6 +79,7 @@ cc_library_headers {
"test_com.android.neuralnetworks",
"//apex_available:platform",
],
+ sdk_version: "current",
}
subdirs = ["blas"]