dashboard
repositories
activity
search
login
lzh
/
A133
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(uart): add uart7 support
lin
2025-04-15
0e5790ecce7c991f3b8e0efb2900e958e0e7baba
[~lzh/A133.git]
/
android
/
development
/
samples
/
MySampleRss
/
Android.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := samples
LOCAL_SRC_FILES := $(call all-subdir-java-files)
LOCAL_PACKAGE_NAME := MyRSSReader
LOCAL_SDK_VERSION := current
LOCAL_DEX_PREOPT := false
##include $(BUILD_PACKAGE)