Skip to content

Commit

Permalink
Fix up libacdbloader's inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcc committed Nov 29, 2013
1 parent c523b57 commit 7f3eb28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup-makefiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ 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.so
PRODUCT_PACKAGES += libacdbloader
\$(call inherit-product, vendor/$VENDOR/$DEVICE/$DEVICE-vendor-blobs.mk)
EOF
(cat << EOF) > ../../../$OUTDIR/BoardConfigVendor.mk
(cat << EOF) > ../../../$OUTDIR/Android.mk
# Copyright (C) 2013 The CyanogenMod Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down

0 comments on commit 7f3eb28

Please sign in to comment.