diff options
| author | 2017-12-07 17:18:15 +0900 | |
|---|---|---|
| committer | 2017-12-13 10:47:44 +0900 | |
| commit | 8fe12122614b554abca1c733a8c9fa21b48ec4b4 (patch) | |
| tree | 4fcde74b2076f7fe456207aaa5f43752e2a73a8a /android/variable.go | |
| parent | 160cdbe773a3015969e30bc35048e68ce82d90ab (diff) | |
Install current VNDK libs to the versioned directories.
If PLATFORM_VNDK_VERSION has a version $VER other than "current",
install current VNDK libs to /system/lib[64]/vndk[-sp]-$VER.
Otherwise, they will be installed to /system/lib[64]/vndk[-sp].
Bug: 69883025
Test: device boot
Change-Id: Ifa8564f39687dab5b407bf2178b13022625a94f3
Diffstat (limited to 'android/variable.go')
| -rw-r--r-- | android/variable.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/variable.go b/android/variable.go index ab8103aeb..681543825 100644 --- a/android/variable.go +++ b/android/variable.go @@ -111,6 +111,7 @@ type productVariables struct { Platform_sdk_final *bool `json:",omitempty"` Platform_version_active_codenames []string `json:",omitempty"` Platform_version_future_codenames []string `json:",omitempty"` + Platform_vndk_version *string `json:",omitempty"` DeviceName *string `json:",omitempty"` DeviceArch *string `json:",omitempty"` |