Hi, I am trying to build a test source. I have created an external/mytest directory and the following in Android.mk
include $(CLEAR_VARS) LOCAL_SRC_FILES := testextspi.c LOCAL_MODULE := testextspi LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT_SBIN) LOCAL_UNSTRIPPED_PATH := $(TARGET_ROOT_OUT_SBIN_UNSTRIPPED) include $(BUILD_EXECUTABLE) The problem is it builds and create obj files and creates the binary inside "<PRODUCT_OUT>./symbols/system/sbin/" But it does not create the same binary in /system/bin in the filesystem. which is <PRODUCT_OUT>/system/sbin/ I am not sure what i am missing here.. -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-building?hl=en --- You received this message because you are subscribed to the Google Groups "Android Building" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
