diff options
| author | Alin Jerpelea <alin.jerpelea@sonymobile.com> | 2017-09-30 12:02:29 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-30 12:02:29 +0200 |
| commit | c263ac661a5d024ff71186b35f4ba0c3cd9fe593 (patch) | |
| tree | d3af7a5cd8f00a2e1a76fb2d000ecdf8bb8321b0 | |
| parent | 311408b6ff4cd10b43e5631ce8be627d603633bc (diff) | |
| parent | 8d3140413242b558ab49aa21898c6f22097e45da (diff) | |
Merge pull request #14 from SonyAosp/8.0-style
macaddrsetup: move to vendor
| -rw-r--r-- | Android.mk | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -13,6 +13,10 @@ LOCAL_SHARED_LIBRARIES := \ libcutils LOCAL_MODULE := macaddrsetup +ifeq (1,$(filter 1,$(shell echo "$$(( $(PLATFORM_SDK_VERSION) >= 25 ))" ))) +LOCAL_MODULE_OWNER := sony +LOCAL_PROPRIETARY_MODULE := true +endif LOCAL_MODULE_TAGS := optional include $(BUILD_EXECUTABLE) |
