commit | 6cce32b6adbb3a9725fc730ba0e0068a74657e60 | [log] [tgz] |
---|---|---|
author | Christopher Tate <ctate@google.com> | Mon Jul 12 18:21:36 2010 -0700 |
committer | Christopher Tate <ctate@google.com> | Thu Jul 15 14:28:21 2010 -0700 |
tree | 659b099eb08109f3e4e51e184d929f392928e722 | |
parent | d6343c26b8580f61a257a3045bfa124049201116 [diff] [blame] |
Add native C APIs for working with the Asset Manager Change-Id: I493b142c4b35e5cc1a1e85283bb5dfb306a6d261
diff --git a/native/android/Android.mk b/native/android/Android.mk index 2fe0679..950a1e9 100644 --- a/native/android/Android.mk +++ b/native/android/Android.mk
@@ -6,6 +6,7 @@ # our source files # LOCAL_SRC_FILES:= \ + asset_manager.cpp \ input.cpp \ looper.cpp \ native_activity.cpp \