upload android base code part8
This commit is contained in:
parent
841ae54672
commit
5425409085
57075 changed files with 9846578 additions and 0 deletions
10
android/packages/apps/SoundRecorder/Android.mk
Normal file
10
android/packages/apps/SoundRecorder/Android.mk
Normal file
|
@ -0,0 +1,10 @@
|
|||
LOCAL_PATH:= $(call my-dir)
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
|
||||
LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
||||
|
||||
LOCAL_PACKAGE_NAME := SoundRecorder
|
||||
|
||||
include $(BUILD_PACKAGE)
|
Loading…
Add table
Add a link
Reference in a new issue