diff options
| author | Dan Bornstein <danfuzz@android.com> | 2010-08-31 16:50:00 -0700 |
|---|---|---|
| committer | Dan Bornstein <danfuzz@android.com> | 2010-08-31 16:50:00 -0700 |
| commit | e377ef62a40267ab16c2dd20cc5f4c63af6397cc (patch) | |
| tree | c769115e880c500dd8b8a89385b45b980f635aeb /libdex/Android.mk | |
| parent | f36b57235b765c9eec3c001773b34c59cdefd87a (diff) | |
| download | android_dalvik-e377ef62a40267ab16c2dd20cc5f4c63af6397cc.tar.gz android_dalvik-e377ef62a40267ab16c2dd20cc5f4c63af6397cc.tar.bz2 android_dalvik-e377ef62a40267ab16c2dd20cc5f4c63af6397cc.zip | |
Split out the optimized dex file handling into its own file.
Also, make the optimized dex data area be consistently referred to as
the "opt" section instead of sometimes the "aux" section.
Change-Id: Id5589c13ce4b53d713f8186314ea886cd884c865
Diffstat (limited to 'libdex/Android.mk')
| -rw-r--r-- | libdex/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdex/Android.mk b/libdex/Android.mk index dfd9802d4..af33baf9d 100644 --- a/libdex/Android.mk +++ b/libdex/Android.mk @@ -21,6 +21,7 @@ dex_src_files := \ DexDataMap.c \ DexFile.c \ DexInlines.c \ + DexOptData.c \ DexProto.c \ DexSwapVerify.c \ InstrUtils.c \ |
