Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_development
/
refs/heads/eclair
/
.
/
tools
/
idegen
/
Android.mk
blob: e76e5b4836d9ae7a430218bddbcf4bf184be7811 [
file
] [
log
] [
blame
]
The Android Open Source Project
52d4c30
2009-03-03 19:29:09 -0800
[
diff
] [
blame
]
1
LOCAL_PATH
:=
$
(
call my
-
dir
)
2
3
include $
(
CLEAR_VARS
)
4
5
LOCAL_SRC_FILES
:=
$
(
call all
-
subdir
-
java
-
files
)
6
7
LOCAL_MODULE
:=
idegen
8
9
include $
(
BUILD_HOST_JAVA_LIBRARY
)
10