land: Move shim to vendor

Change-Id: Ibbbba96be2758cc155f7596f1442d6d28ab7610b
This commit is contained in:
Darshan Manjrekar 2018-06-13 19:50:20 +05:30 committed by Isaac Chen
parent b26bd869df
commit af1d1489de
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,5 @@
# Copyright (C) 2016 The CyanogenMod Project
# 2017-2018 The LineageOS Project
#
# Licensed under the Apache License, Version 2.0 (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
LOCAL_SHARED_LIBRARIES := libc
LOCAL_MODULE := libshims_camera
LOCAL_MODULE_TAGS := optional
LOCAL_32_BIT_ONLY := true
LOCAL_PROPRIETARY_MODULE := true
include $(BUILD_SHARED_LIBRARY)

View file

@ -26,4 +26,4 @@
#
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"