diff options
| author | Alin Jerpelea <alin.jerpelea@sonymobile.com> | 2016-12-11 15:46:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-11 15:46:13 +0100 |
| commit | 39c638d4582ce2f2f613cfd34b74f91d17672f07 (patch) | |
| tree | a604a88e7b0a17fe5586b74e51c56f3a9b0fb274 | |
| parent | 3333abd03ad8136d8b5a68c350383870ae7aab57 (diff) | |
| parent | 727f640740fb4edd1901a868259381831e9979e1 (diff) | |
Merge pull request #11 from AdrianDC/master
sony: macaddrsetup: Restrict the project to Sony AOSP devices only
| -rw-r--r-- | Android.mk | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,5 @@ +ifneq ($(filter yukon rhine shinano kanuti kitakami loire tone,$(PRODUCT_PLATFORM)),) + LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) @@ -14,3 +16,5 @@ LOCAL_MODULE := macaddrsetup LOCAL_MODULE_TAGS := optional include $(BUILD_EXECUTABLE) + +endif |
