Skip to content

Commit

Permalink
msm7k: build libstagefrighthw for any qcom platform
Browse files Browse the repository at this point in the history
Change-Id: If51f943d57608a109bddb649b806d9fe3ebc2dbc
  • Loading branch information
Kali- authored and rmcc committed Jul 12, 2012
1 parent 0f5d74d commit e991fc8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,13 @@

ifeq ($(BOARD_USES_QCOM_HARDWARE),true)

common_msm_dirs := liblights librpc dspcrashd
common_msm_dirs := liblights librpc dspcrashd libstagefrighthw
msm7k_dirs := $(common_msm_dirs) boot
qsd8k_dirs := $(common_msm_dirs) libstagefrighthw

ifeq ($(TARGET_BOARD_PLATFORM),msm7x27)
include $(call all-named-subdir-makefiles,$(msm7k_dirs))
else ifeq ($(TARGET_BOARD_PLATFORM),qsd8k)
include $(call all-named-subdir-makefiles,$(qsd8k_dirs))
else
include $(call all-named-subdir-makefiles,$(common_msm_dirs))
endif
endif

endif

0 comments on commit e991fc8

Please sign in to comment.