diff options
author | Doug Zongker <dougz@android.com> | 2009-06-03 17:39:37 +0200 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-06-03 17:39:37 +0200 |
commit | 8caf81fa24a4e74ef4cba0449cb218e1d23a421d (patch) | |
tree | 775fcffe9df8b9242d20fe4f46491b21e33f8a64 /amend/Android.mk | |
parent | am 07e1dca7: don\'t say "install complete" when it really isn\'t (diff) | |
parent | remove unused permissions scheme from amend (diff) | |
download | android_bootable_recovery-8caf81fa24a4e74ef4cba0449cb218e1d23a421d.tar android_bootable_recovery-8caf81fa24a4e74ef4cba0449cb218e1d23a421d.tar.gz android_bootable_recovery-8caf81fa24a4e74ef4cba0449cb218e1d23a421d.tar.bz2 android_bootable_recovery-8caf81fa24a4e74ef4cba0449cb218e1d23a421d.tar.lz android_bootable_recovery-8caf81fa24a4e74ef4cba0449cb218e1d23a421d.tar.xz android_bootable_recovery-8caf81fa24a4e74ef4cba0449cb218e1d23a421d.tar.zst android_bootable_recovery-8caf81fa24a4e74ef4cba0449cb218e1d23a421d.zip |
Diffstat (limited to 'amend/Android.mk')
-rw-r--r-- | amend/Android.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/amend/Android.mk b/amend/Android.mk index ae2d44ae1..c3b7c3277 100644 --- a/amend/Android.mk +++ b/amend/Android.mk @@ -10,13 +10,11 @@ amend_src_files := \ ast.c \ symtab.c \ commands.c \ - permissions.c \ execute.c amend_test_files := \ test_symtab.c \ - test_commands.c \ - test_permissions.c + test_commands.c # "-x c" forces the lex/yacc files to be compiled as c; # the build system otherwise forces them to be c++. |