Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

Commit

Permalink
Use Tremor for sim-eng, and Tremolo for other targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gloria Wang committed Feb 8, 2010
1 parent 97fd596 commit ee9fc34
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion android/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,16 @@ LOCAL_C_INCLUDES := $(PV_INCLUDES) \
libs/drm/mobile1/include \
include/graphics \
external/skia/include/corecg \
external/tremor/Tremor \
$(call include-path-for, graphics corecg)

ifeq ($(TARGET_ARCH),arm)
LOCAL_C_INCLUDES += \
external/tremolo/Tremolo
else
LOCAL_C_INCLUDES += \
external/tremor/Tremor
endif

LOCAL_MODULE := libandroidpv

LOCAL_SHARED_LIBRARIES := libui libutils libbinder
Expand Down
9 changes: 8 additions & 1 deletion android/author/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,17 @@ LOCAL_C_INCLUDES := $(PV_INCLUDES) \
$(PV_TOP)/nodes/pvmp4ffcomposernode/include \
$(PV_TOP)/engines/player/include \
$(PV_TOP)/nodes/common/include \
external/tremor/Tremor \
libs/drm/mobile1/include \
$(call include-path-for, graphics corecg)

ifeq ($(TARGET_ARCH),arm)
LOCAL_C_INCLUDES += \
external/tremolo/Tremolo
else
LOCAL_C_INCLUDES += \
external/tremor/Tremor
endif

LOCAL_SHARED_LIBRARIES := libmedia libbinder

LOCAL_MODULE := libandroidpvauthor
Expand Down

0 comments on commit ee9fc34

Please sign in to comment.