i find hardware/libhardware_legacy/tests/gpstest/gpstest.cpp.
and the Android.mk is
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)


LOCAL_SRC_FILES:= gpstest.cpp

LOCAL_CFLAGS:= -fno-short-enums

LOCAL_SHARED_LIBRARIES:= libhardware_legacy

LOCAL_C_INCLUDES:= \
    include/hardware_legacy

LOCAL_MODULE:= gpstest

LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES)

LOCAL_MODULE_TAGS:= tests

include $(BUILD_EXECUTABLE)

i think the binary file is at TARGET_OUT_OPTIONAL_EXECUTABLES
is't right?
how can i find the $(TARGET_OUT_OPTIONAL_EXECUTABLES)'s value.

-- 
pete_doherty

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to