Merge lp:~vicamo/platform-api/remove-system-lib-prefix-from-lib-path into lp:platform-api

Proposed by You-Sheng Yang
Status: Superseded
Proposed branch: lp:~vicamo/platform-api/remove-system-lib-prefix-from-lib-path
Merge into: lp:platform-api
Diff against target: 24 lines (+2/-2)
2 files modified
src/ubuntu/application/touch/hybris/hybris_module.h (+1/-1)
src/ubuntu/hardware/android_hw_module.h (+1/-1)
To merge this branch: bzr merge lp:~vicamo/platform-api/remove-system-lib-prefix-from-lib-path
Reviewer Review Type Date Requested Status
Ubuntu Phablet Team Pending
Review via email: mp+302002@code.launchpad.net

This proposal has been superseded by a proposal from 2016-08-05.

Description of the change

arm64: remove /system/lib prefix from lib path

To post a comment you must log in.

Unmerged revisions

328. By You-Sheng Yang

arm64: remove /system/lib prefix from lib path

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/ubuntu/application/touch/hybris/hybris_module.h'
2--- src/ubuntu/application/touch/hybris/hybris_module.h 2015-01-21 15:30:41 +0000
3+++ src/ubuntu/application/touch/hybris/hybris_module.h 2016-08-04 09:32:59 +0000
4@@ -38,7 +38,7 @@
5 {
6 static const char* path()
7 {
8- static const char* cache = "/system/lib/libubuntu_application_api.so";
9+ static const char* cache = "libubuntu_application_api.so";
10 return cache;
11 }
12
13
14=== modified file 'src/ubuntu/hardware/android_hw_module.h'
15--- src/ubuntu/hardware/android_hw_module.h 2016-01-26 13:37:51 +0000
16+++ src/ubuntu/hardware/android_hw_module.h 2016-08-04 09:32:59 +0000
17@@ -38,7 +38,7 @@
18 {
19 static const char* path()
20 {
21- static const char* cache = "/system/lib/libubuntu_application_api.so";
22+ static const char* cache = "libubuntu_application_api.so";
23 return cache;
24 }
25

Subscribers

People subscribed via source and target branches