sdm845-common: Replace libplatformconfig blob with a dummy module
Change-Id: Icf6442c4e3a0efcaa6b76f293826febcb5f7926f
This commit is contained in:
parent
e4a9612cf0
commit
7c48438172
2 changed files with 23 additions and 2 deletions
23
libplatformconfig/Android.mk
Normal file
23
libplatformconfig/Android.mk
Normal file
|
@ -0,0 +1,23 @@
|
|||
#
|
||||
# Copyright (C) 2020 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.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := libplatformconfig
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
LOCAL_VENDOR_MODULE := true
|
||||
include $(BUILD_SHARED_LIBRARY)
|
|
@ -54,8 +54,6 @@ lib/libmmosal.so
|
|||
lib/libmmparser_lite.so
|
||||
lib/libOmxMux.so
|
||||
lib64/libmmosal.so
|
||||
-vendor/lib/libplatformconfig.so
|
||||
-vendor/lib64/libplatformconfig.so
|
||||
|
||||
# NFC
|
||||
-app/NxpNfcNci/NxpNfcNci.apk|683f26e17a1e3547a821925e8a212720cb4992f6
|
||||
|
|
Loading…
Reference in a new issue