diff options
| author | Alin Jerpelea <alin.jerpelea@sonymobile.com> | 2017-09-30 12:04:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-30 12:04:12 +0200 |
| commit | 193d39a2411eb336717595b580a45a50f9a6d62d (patch) | |
| tree | 49ceb1cd9693bac8d6976f2b6893339c84133129 | |
| parent | 1d0130eb83da510c56ad53955977c4ea6060589d (diff) | |
| parent | 246bb815879e1c354557af81c74ac1330b82a47b (diff) | |
Merge pull request #11 from SonyAosp/8.0-style
timekeep: move to vendor
| -rw-r--r-- | Android.mk | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,10 @@ LOCAL_SRC_FILES := timekeep.c LOCAL_MODULE := timekeep LOCAL_SHARED_LIBRARIES := libcutils liblog LOCAL_MODULE_TAGS := optional +ifeq (1,$(filter 1,$(shell echo "$$(( $(PLATFORM_SDK_VERSION) >= 25 ))" ))) +LOCAL_MODULE_OWNER := sony +LOCAL_PROPRIETARY_MODULE := true +endif include $(BUILD_EXECUTABLE) include $(CLEAR_VARS) |
