diff options
| author | necioerrante <necioerrante@gmail.com> | 2015-04-09 09:10:55 +0300 |
|---|---|---|
| committer | necioerrante <necioerrante@gmail.com> | 2015-04-09 09:10:55 +0300 |
| commit | ff03c1552f96665823ec99a0adaa9b0feb271c92 (patch) | |
| tree | ddc02a4f9237b9ce14fe08af1b793746fd603f53 | |
| parent | 58e9fd70a62d2c0ebf9bc2bd99439dcc5be8cad8 (diff) | |
timekeep: fix a typo
timekeep: fix a typo
TAGE -> TAGS
Author: Jake Whatley <jacob.whatley91@gmail.com>
| -rw-r--r-- | Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ include $(BUILD_EXECUTABLE) include $(CLEAR_VARS) -LOCAL_MODULE_TAGE := optional +LOCAL_MODULE_TAGS := optional LOCAL_SRC_FILES := $(call all-java-files-under, src) LOCAL_PACKAGE_NAME := TimeKeep LOCAL_CERTIFICATE := platform |
