am: f7d2b8276a
* commit 'f7d2b8276ad3020c9f5c8accf26ba78e2e1a05c1':
Pass permitted_path to the linker as is.
Change-Id: I9c8db389290e71893cfb23efee296e68e084f388
am: d98683f415
* commit 'd98683f415db73668378e1945d4eb5c9dc2d0a18':
Pass permitted_path to the linker as is.
Change-Id: Ia31cac8b21ecb9de1cdaca64a935a16f2e6459ee
am: 25df4bff44
* commit '25df4bff44a0d1a342dc45521bf7e860b3fef947':
Pass permitted_path to the linker as is.
Change-Id: Idf8459267f8e1cc7bebc9a55b1272871b3d8119a
am: 25df4bff44
* commit '25df4bff44a0d1a342dc45521bf7e860b3fef947':
Pass permitted_path to the linker as is.
Change-Id: I46db0abda9d9e1855af499fce47b899f278d0658
am: a214a769f9
* commit 'a214a769f9a98b0962e62bd716575a05cf6f9f59':
Pass permitted_path to the linker as is.
Change-Id: Ic4d8e6a67ca069319d872e6f3dcb76e857162093
Now that we have the fixed list of whitelisted libraries
there is no longer need to check if java_permitted_path is nullptr.
In fact checking it prevents custom classloaders created by apps
from loading libraries using absolute path.
Bug: http://b/28659864
Change-Id: I1bfc16a573b090f70f078ecccd0e4016939a5dc0
(cherry picked from commit b31caa95ec)
Now that we have the fixed list of whitelisted libraries
there is no longer need to check if java_permitted_path is nullptr.
In fact checking it prevents custom classloaders created by apps
from loading libraries using absolute path.
Bug: http://b/28659864
Change-Id: I1bfc16a573b090f70f078ecccd0e4016939a5dc0
strcmp needs a limit, otherwise it will compare the null terminator
with the next character in the haystack, which results in the compare
failing for all searches except where the needle is found at the very
end.
Bug: 28663748
Change-Id: I1939dc4037c2f2a75d617943b063d2d38a8c5e3a
am: 7e11db1b32
* commit '7e11db1b3206cd92d52fca0b324f6a5260a68aec':
init: usb: disable usb function switch until adbd is ready
Change-Id: I12e8fab36f39a9b97e52ace30ab54b3a9fd7bf0f
am: b61ecb5213
* commit 'b61ecb5213e1c94e823f23d7f5a8a0a93db617d6':
init: usb: disable usb function switch until adbd is ready
Change-Id: I5fc733ee946b4d0accf58f56c80270f9e13d9f63
am: 2a26c2a836
* commit '2a26c2a836af9109ce4aa6cf8128a385d14878d3':
init: usb: disable usb function switch until adbd is ready
Change-Id: I406d35a4c6a18e2d84d49450a72a1bc3be7233ee
am: 1e18e78601
* commit '1e18e78601b8ffd3e51f172ec3ed44640a4f4ff5':
SystemClock: elapsedRealtimeNano() should use clock_gettime() on Linux
Change-Id: If8d414f9dbfbd799fa5b1baf673cdbfd422896a3
am: 6d28bd81f5
* commit '6d28bd81f55236d1a82f00f8ac568ad61a03128d':
SystemClock: elapsedRealtimeNano() should use clock_gettime() on Linux
Change-Id: Id5ecad63fb6cd79cc7db641d992e9525bc2b8779
am: e3ff256228
* commit 'e3ff25622840e8b79e30f7f8bda4715a103afb67':
SystemClock: elapsedRealtimeNano() should use clock_gettime() on Linux
Change-Id: Id5a10854412308fb096a037977eea5e80931e1f8
The dm-verity metadata contains the block device path that is given to
the dm-android-verity driver. If the device is using slot A/B, this
path is missing the slot suffix.
This patch makes fs_mgr replace all the block device path reference
with the one including the active slot suffix.
Change-Id: Ib624d0d18b12a8a287cac7f15605a2e0fb7c97c6
Signed-off-by: Jeremy Compostella <jeremy.compostella@intel.com>