Skip to content

Commit

Permalink
mako: Remove libacdbloader makefile entry
Browse files Browse the repository at this point in the history
Change-Id: I76b1eee7453823c0ac8b809de1dc11bc4aae604a
  • Loading branch information
intervigilium committed Jun 24, 2014
1 parent 30482c7 commit 75dcfbc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 36 deletions.
2 changes: 1 addition & 1 deletion proprietary-blobs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ vendor/firmware/discretix/dxhdcp2.b02
vendor/firmware/discretix/dxhdcp2.b03
vendor/firmware/discretix/dxhdcp2.mdt
lib/libacdbdata.so
-lib/libacdbloader.so
lib/libacdbloader.so
lib/libAKM.so
lib/libcamera_fast_af.so
lib/libmorpho_noise_reduction.so
Expand Down
35 changes: 0 additions & 35 deletions setup-makefiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,40 +70,5 @@ PRODUCT_COPY_FILES := \\
# Pick up overlay for features that depend on non-open-source files
DEVICE_PACKAGE_OVERLAYS := vendor/$VENDOR/$DEVICE/overlay
PRODUCT_PACKAGES += libacdbloader
\$(call inherit-product, vendor/$VENDOR/$DEVICE/$DEVICE-vendor-blobs.mk)
EOF
(cat << EOF) > ../../../$OUTDIR/Android.mk
# Copyright (C) 2014 The CyanogenMod 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.
# This file is generated by device/$VENDOR/$DEVICE/setup-makefiles.sh
LOCAL_PATH := \$(call my-dir)
ifeq (\$(TARGET_DEVICE),mako)
include \$(CLEAR_VARS)
LOCAL_MODULE := libacdbloader
LOCAL_MODULE_OWNER := qcom
LOCAL_SRC_FILES := proprietary/lib/libacdbloader.so
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_SUFFIX := .so
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
include \$(BUILD_PREBUILT)
endif
EOF

0 comments on commit 75dcfbc

Please sign in to comment.