aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2009-10-02 09:23:37 -0700
committerJean-Baptiste Queru <jbq@google.com>2009-10-02 09:23:37 -0700
commitdf6ff0e793b0955669722413cb01ec2a0b0b19d4 (patch)
tree7e22b1443da8bcc4d7be0e5f290248595668b36c
parent5b793a6af80992e7c75a7e07fd5b63608ba986c8 (diff)
downloaddream-open-df6ff0e793b0955669722413cb01ec2a0b0b19d4.tar.gz
Deal with htc/prebuilt files
-rw-r--r--BoardConfig.mk2
-rwxr-xr-xextract-files.sh1
2 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index cb0a42a..96d803c 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -29,6 +29,8 @@ BOARD_VENDOR_USE_AKMD := true
USE_PV_WINDOWS_MEDIA := true
+BOARD_USE_HTC_APPS := true
+
BOARD_BOOTIMAGE_MAX_SIZE := $(call image-size-from-data-size,0x00280000)
BOARD_RECOVERYIMAGE_MAX_SIZE := $(call image-size-from-data-size,0x00500000)
BOARD_SYSTEMIMAGE_MAX_SIZE := $(call image-size-from-data-size,0x04380000)
diff --git a/extract-files.sh b/extract-files.sh
index ccc3937..8047979 100755
--- a/extract-files.sh
+++ b/extract-files.sh
@@ -15,6 +15,7 @@ adb pull /system/lib/libhtc_ril.so proprietary/libhtc_ril.so
adb pull /system/lib/hw/sensors.trout.so proprietary/sensors.trout.so
(cd ../common-open/akmd && ./extract-files.sh)
+(cd ../prebuilt-open && ./extract-files.sh)
(cd ../../pv-open && ./extract-files.sh)
(cd ../../qcom/android-open/libopencorehw && ./extract-files.sh)
(cd ../../qcom/android-open/loc_api && ./extract-files.sh)