diff options
| author | Zhao Wei Liew <zhaoweiliew@gmail.com> | 2016-02-10 20:21:34 +0800 |
|---|---|---|
| committer | Zhao Wei Liew <zhaoweiliew@gmail.com> | 2016-02-15 17:46:26 +0800 |
| commit | a60717c72b7764ac301be0a0301808e0a4b42ff7 (patch) | |
| tree | 0d39b7f0fc23e4652138cd59a812e8f959429d05 /device-common.mk | |
| parent | d46525af19087724203a900661c156e8993b5ad4 (diff) | |
flo: Bring up CM
* Don't build bootloader
* Remove deprecated prebuilt kernel references and build our
own kernel from source
* Use project pathmaps for camera HAL source
* Add boot animation resolution
* Add proprietary file scripts
* Add widevine blobs and remove unnecessary blobs
* Configure hardware keys appropriately
* Move over to Trebuchet from Launcher3
* Don't restrict vendor files
Change-Id: Ia88f0ecc88c445b6bebe5d9f6668cf92c5e8b026
Diffstat (limited to 'device-common.mk')
| -rw-r--r-- | device-common.mk | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/device-common.mk b/device-common.mk index 9fa2ca0..08698ab 100644 --- a/device-common.mk +++ b/device-common.mk @@ -19,15 +19,6 @@ # # Everything in this directory will become public -ifeq ($(TARGET_PREBUILT_KERNEL),) -LOCAL_KERNEL := device/asus/flo-kernel/kernel -else -LOCAL_KERNEL := $(TARGET_PREBUILT_KERNEL) -endif - -PRODUCT_COPY_FILES := \ - $(LOCAL_KERNEL):kernel - # This device is xhdpi. However the platform doesn't # currently contain all of the bitmaps at xhdpi density so # we do this little trick to fall back to the hdpi version @@ -35,6 +26,10 @@ PRODUCT_COPY_FILES := \ PRODUCT_AAPT_CONFIG := normal hdpi xhdpi PRODUCT_AAPT_PREF_CONFIG := xhdpi +# Boot animation +TARGET_SCREEN_HEIGHT := 1920 +TARGET_SCREEN_WIDTH := 1200 + PRODUCT_PACKAGES := \ libwpa_client \ hostapd \ |
