c0ec09fcc8
Change-Id: I9caef5b5421cec04496b07d33c0f6fbabf0222db
50 lines
No EOL
1.2 KiB
Makefile
50 lines
No EOL
1.2 KiB
Makefile
#
|
|
# Copyright (C) 2019 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.
|
|
#
|
|
|
|
EXTRA_VENDOR_LIBRARIES_32 := \
|
|
libandroidicu \
|
|
libaudioclient \
|
|
libaudiomanager \
|
|
libaudiopolicy \
|
|
libbinder \
|
|
libbinderthreadstate \
|
|
libbufferhub \
|
|
libbufferhubqueue \
|
|
libcamera_client \
|
|
libft2 \
|
|
libgui \
|
|
libharfbuzz_ng \
|
|
libheif \
|
|
libicuuc \
|
|
libicui18n \
|
|
libinput \
|
|
libmedia \
|
|
libmediametrics \
|
|
libmediautils \
|
|
libmemunreachable \
|
|
libminikin \
|
|
libnblog \
|
|
libpackagelistparser \
|
|
libpdx_default_transport \
|
|
libselinux \
|
|
libstdc++ \
|
|
libsonivox \
|
|
libvibrator
|
|
|
|
EXTRA_VENDOR_LIBRARIES_64 := \
|
|
libicuuc \
|
|
libstdc++ \
|
|
libpowermanager
|