mirror of
https://github.com/team-infusion-developers/android_hardware_samsung.git
synced 2024-11-06 21:55:41 +00:00
exynos4: allow using SLSI stack
Change-Id: I6201fb7b513f0b0d771460be133a7f32691b5070
This commit is contained in:
parent
872abc67a7
commit
28bf1cc919
2 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,8 @@
|
|||
# limitations under the License.
|
||||
#
|
||||
|
||||
ifeq ($(TARGET_SLSI_VARIANT),)
|
||||
|
||||
ifeq ($(TARGET_BOARD_PLATFORM),exynos4)
|
||||
|
||||
common_exynos4_dirs := libgralloc_ump libhdmi libhwcomposer libhwconverter libsecion libUMP
|
||||
|
@ -35,3 +37,5 @@ else
|
|||
include $(call all-named-subdir-makefiles,$(exynos4x12_dirs))
|
||||
endif
|
||||
endif
|
||||
|
||||
endif
|
||||
|
|
|
@ -15,8 +15,10 @@
|
|||
ifeq ($(TARGET_BOARD_PLATFORM),exynos4)
|
||||
ifeq ($(TARGET_SOC),exynos4x12)
|
||||
|
||||
ifeq ($(TARGET_SLSI_VARIANT),)
|
||||
include $(TARGET_HAL_PATH)/Android.mk
|
||||
include $(SAM_ROOT)/exynos/multimedia/Android.mk
|
||||
endif
|
||||
include $(SAM_ROOT)/exynos4/exynos4x12/Android.mk
|
||||
include $(SAM_ROOT)/exynos4/nfc/Android.mk
|
||||
|
||||
|
|
Loading…
Reference in a new issue