land: Move shim to vendor
Change-Id: Ibbbba96be2758cc155f7596f1442d6d28ab7610b
This commit is contained in:
parent
b26bd869df
commit
af1d1489de
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,5 @@
|
||||||
# Copyright (C) 2016 The CyanogenMod Project
|
# Copyright (C) 2016 The CyanogenMod Project
|
||||||
|
# 2017-2018 The LineageOS Project
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
|
@ -21,10 +22,9 @@ LOCAL_SRC_FILES := \
|
||||||
bionic/pthread_cond.cpp
|
bionic/pthread_cond.cpp
|
||||||
|
|
||||||
LOCAL_SHARED_LIBRARIES := libc
|
LOCAL_SHARED_LIBRARIES := libc
|
||||||
|
|
||||||
LOCAL_MODULE := libshims_camera
|
LOCAL_MODULE := libshims_camera
|
||||||
LOCAL_MODULE_TAGS := optional
|
LOCAL_MODULE_TAGS := optional
|
||||||
|
|
||||||
LOCAL_32_BIT_ONLY := true
|
LOCAL_32_BIT_ONLY := true
|
||||||
|
LOCAL_PROPRIETARY_MODULE := true
|
||||||
|
|
||||||
include $(BUILD_SHARED_LIBRARY)
|
include $(BUILD_SHARED_LIBRARY)
|
||||||
|
|
|
@ -26,4 +26,4 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
on init
|
on init
|
||||||
export LD_SHIM_LIBS "/vendor/bin/mm-qcamera-daemon|libshims_camera.so"
|
export LD_SHIM_LIBS "/vendor/bin/mm-qcamera-daemon|vendor/lib/libshims_camera.so"
|
||||||
|
|
Loading…
Reference in a new issue