aboutsummaryrefslogtreecommitdiff
path: root/BoardConfigCommon.mk
Commit message (Collapse)AuthorAgeFilesLines
* msm8916: board: Use VENDOR_PATH defineZhao Wei Liew2016-12-021-1/+3
| | | | | | This is cleaner. Change-Id: Ic62aeeda24345960d0946b5d9e6ad8d565c12797
* msm8916-common: Switch to arklolmaxlik2016-09-231-1/+2
|
* msm8916: Shift to new device fragment modelEthan Chen2016-05-311-148/+3
| | | | | | | | * Use make fragments for various subsystems * Move init.qcom.ssr.rc to common repo * Move dexopt flags to device Change-Id: I7ea1bac08993484ef2c74eaf338e93c19b527220
* msm8916: Commonize msm8939 and msm8916Ethan Chen2016-05-291-17/+6
| | | | Change-Id: Iddc1a5e7793fe8110cba1f2314b53e3bb164c34d
* msm8916: Stop building libinit_msmMichael Bestas2016-05-181-1/+2
| | | | | | | | * Move alarm property items to a local init * Load device property items using init_target_properties function Change-Id: I7352ef999f414f31e9bda844248a1269d8c35741
* msm8916: Set TARGET_KEYMASTER_WAIT_FOR_QSEE := trueTheStrix2016-03-151-0/+3
| | | | Change-Id: Ife7aa45e01e94bb3748fd31a95a0f07d46f0b68e
* msm8916: Force HWC for virtual displaysEthan Chen2016-02-101-0/+1
| | | | | | | * Addresses WiFi display corruption REF: CRACKLING-938 Change-Id: Ib9cfe747099ff295cc4437bc01482d69ead2ce77
* msm8916: Update FM feature flag for power optimizationMeninblack0072016-02-081-1/+1
| | | | | Change-Id: I96a6a4a2aa6cd7b228c3a8fd32450ff4a471b042 Signed-off-by: Meninblack007 <sanyam.53jain@gmail.com>
* msm8916: Don't use low latency primaryEthan Chen2016-01-281-1/+0
| | | | Change-Id: I1e9a1961658e78bf5ef53eec86a9fce2e21b95a1
* msm8916: Remove deprecated flags, bring in line with 8939-commonEthan Chen2016-01-281-23/+14
| | | | | | | | * Remove DEEP_BUFFER_RINGTONE (unimplemented) * Remove EXTENDED_FONT_CONFIG * Remove system properties that set the defaults Change-Id: I93b6a36a9c995840bb13e8b788b713c34485484d
* msm8916: Use new sample rate representation for compressed playbackEthan Chen2016-01-281-0/+1
| | | | | | | * Kernel supports this now. REF: CRACKLING-839 Change-Id: I8f6e47995a3676815af4f731bfaabf2a946ad95f
* msm8916: Use a conditional LD_PRELOAD instead of init scriptEthan Chen2016-01-141-0/+1
| | | | Change-Id: I9c24a4a4fa89606842f0d2c10d50dbccc921195a
* msm8916: Remove unused protobuf flagEthan Chen2016-01-141-1/+0
| | | | Change-Id: I7cc726389daa80664c9d1fe7a2bc57e1aa1c619b
* msm8916: Remove deprecated USB storage propertiesEthan Chen2016-01-141-3/+0
| | | | Change-Id: Id4f80dfa09b00c65c16d335c2bcfd7e15496fef9
* msm8916-common: use custom audio_policyC-Aniruddh2015-12-161-0/+1
| | | | | Change-Id: Ia7b25ff118127a51ae52da03c889c06397742593 Signed-off-by: C-Aniruddh <aniruddh.chandratre@gmail.com>
* msm8916-common: Fix dt generation for 32bit deviceKetut Putu Kumajaya2015-11-061-0/+2
| | | | Change-Id: I49c3d6c8d7e93385ca3620d45d4c1aa404de7ea2
* Remove reference to inexistent repositoryMarcos Marado2015-11-051-3/+0
| | | | | Change-Id: I8ac74314b14532cac8daba7f063e65313998e066 (cherry picked from commit 6c75281a7b22e417a629a2b32e30a3f9962be2ae)
* msm8916-common: Drop BOARD_SEPOLICY_UNION.Stephen Smalley2015-11-041-9/+0
| | | | | | | | | | As suggested in the comments on https://android-review.googlesource.com/#/c/141560/ drop BOARD_SEPOLICY_UNION and simplify the build_policy logic. Union all files found under BOARD_SEPOLICY_DIRS. Change-Id: I4214893c999c23631f5456cb1b8edd59771ef13b Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
* boot: Use new fancy-pants shared DT builder/appendingRicardo Cerqueira2015-11-041-1/+1
| | | | Change-Id: I9871fb5b83b6d663de28bab1ffc011e7e667553c
* Revert "msm8916-common: Add debug kernel snippet"khusika2015-10-181-3/+0
| | | | | | This reverts commit 40388cd5d98ded47e4f9fe930092bcd5b28ae179. Change-Id: Ic6506c16a8124e016c4c8f782ad35c4ba0302462
* msm8916: Relocate common policy to vendor/cmSteve Kondik2015-09-151-3/+0
| | | | Change-Id: I51672b5f6c5d8fe68bdf2b0d558b38866090e858
* msm8916: Use deep-buffer output for ringtonesSteve Kondik2015-09-111-0/+1
| | | | | | | | * To avoid the effects of starvation when under thermal mitigation. CYNGNOS-969 Change-Id: If3f2e59e11f9cc3ef6f1c4e867584b09101479c2
* msm8916: Switch to hardware/cyanogenSteve Kondik2015-09-091-1/+2
| | | | Change-Id: Ia4f9cb390cb596b44db491958f850f8ed028d6f6
* Use $(VENDOR_PATH) instead of hardcoded pathMarcos Marado2015-08-311-1/+1
| | | | Change-Id: Ia1c71362b95a3e6eed59ba56d01c34e012f3efc3
* msm8916-common: Disable earlyprintkSteve Kondik2015-08-191-1/+1
| | | | | | * Not needed and can cause longer boot time. Remove it. Change-Id: I7d979cfc8675bfe8773b87f3f12de8b8ac862cfd
* msm8916: Remove deprecated egl.cfgkhusika2015-08-101-1/+0
| | | | | | see here: https://github.com/CyanogenMod/android_frameworks_native/commit/993814255fc248454368ed9fe34b4703a05eaf99 Change-Id: Ib29fc8685df1de424a0b50733acb0d194b8c9e4f
* msm8916-common: always use signed venus blobEdward Wang2015-07-231-0/+3
| | | | Change-Id: I96d733131b2ad1e5530e99a3e586868633cd4f20
* msm8916-common: Remove fstab.qcom from common device treeHoward M. Harte2015-07-211-1/+0
| | | | Change-Id: I8116371cb8b6a95c473c9c5db15e39f524df94fe
* msm8196: Remove deprecated flagEthan Chen2015-07-141-1/+0
| | | | Change-Id: I36c538c795438cad0fd6fb73863509791ee17069
* msm8916: Update audio flagsSteve Kondik2015-07-091-0/+1
| | | | | | * Enable perf options Change-Id: I5e9749a27d9e97bb6358cea87cf4f6495503255b
* msm8916-common: Add debug kernel snippetEthan Chen2015-07-061-0/+3
| | | | Change-Id: I258815ecc0d87c282f3d5af226625be0892e0445
* msm8916-common: add 32bit board suffixEdward Wang2015-06-261-0/+1
| | | | Change-Id: I7934d8eb91f44595296bcbf00ed32e6c3e167d7c
* msm8916-common: Bootstrap from lettuceRicardo Cerqueira2015-06-241-0/+188