From 4b37d66deb1a2165547873117d00b2079411f80e Mon Sep 17 00:00:00 2001 From: Andreas Blaesius Date: Fri, 18 Mar 2016 12:48:22 +0100 Subject: Update proprietary-files and scripts Change-Id: I06a4f38253aa885db145a14ba4d68a744bcebcd4 --- extract-files.sh | 7 +------ proprietary-p31xx-files.txt | 0 proprietary-p51xx-files.txt | 0 3 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 proprietary-p31xx-files.txt delete mode 100644 proprietary-p51xx-files.txt diff --git a/extract-files.sh b/extract-files.sh index cf2ec05..d48dd98 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -52,8 +52,6 @@ done # See the License for the specific language governing permissions and # limitations under the License. -LOCAL_PATH := vendor/samsung/__COMMON__ - PRODUCT_COPY_FILES += \\ EOF @@ -64,7 +62,7 @@ for FILE in `cat $COMMONPROPS | grep -v ^# | grep -v ^$`; do if [ $COUNT = "0" ]; then LINEEND="" fi - echo " \$(LOCAL_PATH)/proprietary/$FILE:$FILE$LINEEND" >> $COMMONMAKEFILE + echo " \vendor/samsung/espresso-common/proprietary/$FILE:$FILE$LINEEND" >> $COMMONMAKEFILE done @@ -83,9 +81,6 @@ done # See the License for the specific language governing permissions and # limitations under the License. -# Pick up overlay for features that depend on non-open-source files -DEVICE_PACKAGE_OVERLAYS += vendor/__VENDOR__/__COMMON__/overlay - \$(call inherit-product, vendor/__VENDOR__/__COMMON__/common-vendor-blobs.mk) EOF diff --git a/proprietary-p31xx-files.txt b/proprietary-p31xx-files.txt deleted file mode 100644 index e69de29..0000000 diff --git a/proprietary-p51xx-files.txt b/proprietary-p51xx-files.txt deleted file mode 100644 index e69de29..0000000 -- cgit v1.1