update graphics stack to alps/full_kr070/kr070:6.0/MRA58K/1487836110:user/release...
[GitHub/mt8127/android_vendor_alcatel_ttab.git] / Android.mk
CommitLineData
14a1e044
S
1# Copyright (C) 2018 The LineageOS Project
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15# This file is generated by device/alcatel/ttab/setup-makefiles.sh
16
17LOCAL_PATH := $(call my-dir)
18
19ifneq ($(filter ttab,$(TARGET_DEVICE)),)
20
810c38ac
S
21include $(CLEAR_VARS)
22LOCAL_MODULE := libdpframework
23LOCAL_MODULE_OWNER := alcatel
24LOCAL_SRC_FILES := proprietary/lib/libdpframework.so
25LOCAL_MULTILIB := 32
26LOCAL_MODULE_TAGS := optional
27LOCAL_MODULE_CLASS := SHARED_LIBRARIES
28LOCAL_MODULE_SUFFIX := .so
29include $(BUILD_PREBUILT)
30
14a1e044 31endif