aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorJustin Yun <justinyun@google.com>2017-07-24 15:19:43 +0900
committerJae Shin <jaeshin@google.com>2017-10-16 17:23:16 +0900
commit7d6e9ce5da401dbd9a2a60d86690c3486a26c627 (patch)
tree752814db82720018ff6275f7f1a2a228a354942a /Android.bp
parent1a323e5268f1a0c647db8e1a96c486f9aeecc1dd (diff)
downloadcompiler-rt-7d6e9ce5da401dbd9a2a60d86690c3486a26c627.tar.gz
Mark the module as VNDK or VNDK-SP in Android.bp
As a VNDK/VNDK-SP module, Android.bp must have 'vndk' tag as well as 'vendor_available: true'. For a VNDK module, the 'vndk' tag has 'enabled: true'. It will be installed system/lib(64)/vndk as a vendor variant. For a VNDK-SP module, the 'vndk' tag has 'support_system_process: true' as well as 'enabled: true'. It will be installed system/lib(64)/vndk-sp as a vendor variant. Bug: 63866913 Bug: 64395154 Test: build and boot with BOARD_VNDK_VERSION=current Merged-In: I181c443a5a5f927939e44f45dec5137877fb1fb7 Change-Id: I181c443a5a5f927939e44f45dec5137877fb1fb7 (cherry picked from commit e7cfd555462c4e1f34e23008ea3808a2f06210e4)
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 286599ae6..c5c3db075 100644
--- a/Android.bp
+++ b/Android.bp
@@ -72,6 +72,11 @@ cc_library_static {
cc_library {
name: "libcompiler_rt",
+ vendor_available: true,
+ vndk: {
+ enabled: true,
+ support_system_process: true,
+ },
host_supported: true,
// The following list contains platform-independent functionalities.
//