1 2 include $(MK)/entry_point.mk 3 4 FORMAT := android 5 6 include $(CFG_DIR)/../common/local.mk 7 8 TESTAPPS="pvplayer_engine_test test_pvauthorengine pv2way_omx_engine_test" 9 TESTAPP_DIR_pvplayer_engine_test="/engines/player/test/build/android" 10 TESTAPP_DIR_test_pvauthorengine="/engines/author/test/build/android" 11 TESTAPP_DIR_pv2way_omx_engine_test="/engines/2way/test/build/make" 12 13 opencore_common_PRELINK := true 14 opencore_player_PRELINK := true 15 opencore_author_PRELINK := true 16 opencore_2way_PRELINK := true 17 18 include $(MK)/cml2_shared.mk 19 20