aboutsummaryrefslogtreecommitdiffstats
path: root/extract-files.sh
diff options
context:
space:
mode:
Diffstat (limited to 'extract-files.sh')
-rwxr-xr-xextract-files.sh7
1 files changed, 1 insertions, 6 deletions
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