San Mehat | f1b736b | 2009-10-10 17:22:08 -0700 | [diff] [blame] | 1 | LOCAL_PATH:= $(call my-dir) |
| 2 | |
Kenny Root | acc9e7d | 2010-06-18 19:06:50 -0700 | [diff] [blame] | 3 | common_src_files := \ |
| 4 | VolumeManager.cpp \ |
| 5 | CommandListener.cpp \ |
Paul Lawrence | d0b4295 | 2015-06-03 14:19:51 -0700 | [diff] [blame] | 6 | CryptCommandListener.cpp \ |
Kenny Root | acc9e7d | 2010-06-18 19:06:50 -0700 | [diff] [blame] | 7 | VoldCommand.cpp \ |
| 8 | NetlinkManager.cpp \ |
| 9 | NetlinkHandler.cpp \ |
Kenny Root | acc9e7d | 2010-06-18 19:06:50 -0700 | [diff] [blame] | 10 | Process.cpp \ |
Jeff Sharkey | d0640f6 | 2015-05-21 22:35:42 -0700 | [diff] [blame] | 11 | fs/Ext4.cpp \ |
| 12 | fs/F2fs.cpp \ |
| 13 | fs/Vfat.cpp \ |
Kenny Root | acc9e7d | 2010-06-18 19:06:50 -0700 | [diff] [blame] | 14 | Loop.cpp \ |
| 15 | Devmapper.cpp \ |
| 16 | ResponseCode.cpp \ |
Paul Lawrence | 8799917 | 2014-02-20 12:21:31 -0800 | [diff] [blame] | 17 | CheckBattery.cpp \ |
Paul Lawrence | 707fd6c | 2015-04-28 22:14:15 +0000 | [diff] [blame] | 18 | Ext4Crypt.cpp \ |
Ken Sumrall | 9caab76 | 2013-06-11 19:10:20 -0700 | [diff] [blame] | 19 | VoldUtil.c \ |
Wei Wang | 4375f1b | 2017-02-24 17:43:01 -0800 | [diff] [blame] | 20 | cryptfs.cpp \ |
Jeff Sharkey | deb2405 | 2015-03-02 21:01:40 -0800 | [diff] [blame] | 21 | Disk.cpp \ |
| 22 | VolumeBase.cpp \ |
| 23 | PublicVolume.cpp \ |
Jeff Sharkey | 9c48498 | 2015-03-31 10:35:33 -0700 | [diff] [blame] | 24 | PrivateVolume.cpp \ |
Jeff Sharkey | deb2405 | 2015-03-02 21:01:40 -0800 | [diff] [blame] | 25 | EmulatedVolume.cpp \ |
| 26 | Utils.cpp \ |
Jeff Sharkey | 1d6fbcc | 2015-04-24 16:00:03 -0700 | [diff] [blame] | 27 | MoveTask.cpp \ |
Jeff Sharkey | 5a6bfca | 2015-05-14 20:33:55 -0700 | [diff] [blame] | 28 | Benchmark.cpp \ |
Jeff Sharkey | c86ab6f | 2015-06-26 14:02:09 -0700 | [diff] [blame] | 29 | TrimTask.cpp \ |
Paul Crowley | 1ef2558 | 2016-01-21 20:26:12 +0000 | [diff] [blame] | 30 | Keymaster.cpp \ |
| 31 | KeyStorage.cpp \ |
Paul Crowley | f71ace3 | 2016-06-02 11:01:19 -0700 | [diff] [blame] | 32 | KeyUtil.cpp \ |
Paul Crowley | 63c18d3 | 2016-02-10 14:02:47 +0000 | [diff] [blame] | 33 | ScryptParameters.cpp \ |
Jeff Vander Stoep | df72575 | 2016-01-29 15:34:43 -0800 | [diff] [blame] | 34 | secontext.cpp \ |
Paul Crowley | f71ace3 | 2016-06-02 11:01:19 -0700 | [diff] [blame] | 35 | EncryptInplace.cpp \ |
Paul Crowley | d575981 | 2016-06-02 11:04:27 -0700 | [diff] [blame] | 36 | MetadataCrypt.cpp \ |
Kenny Root | acc9e7d | 2010-06-18 19:06:50 -0700 | [diff] [blame] | 37 | |
| 38 | common_c_includes := \ |
Daniel Rosenberg | e82df16 | 2014-08-15 22:19:23 +0000 | [diff] [blame] | 39 | system/extras/f2fs_utils \ |
Paul Lawrence | 8799917 | 2014-02-20 12:21:31 -0800 | [diff] [blame] | 40 | external/scrypt/lib/crypto \ |
Paul Crowley | f71ace3 | 2016-06-02 11:01:19 -0700 | [diff] [blame] | 41 | external/f2fs-tools/include \ |
Paul Lawrence | 69f4ebd | 2014-04-14 12:17:14 -0700 | [diff] [blame] | 42 | frameworks/native/include \ |
| 43 | system/security/keystore \ |
Kenny Root | acc9e7d | 2010-06-18 19:06:50 -0700 | [diff] [blame] | 44 | |
| 45 | common_shared_libraries := \ |
| 46 | libsysutils \ |
Paul Lawrence | 8799917 | 2014-02-20 12:21:31 -0800 | [diff] [blame] | 47 | libbinder \ |
Kenny Root | acc9e7d | 2010-06-18 19:06:50 -0700 | [diff] [blame] | 48 | libcutils \ |
Elliott Hughes | c3bda18 | 2017-05-09 17:01:04 -0700 | [diff] [blame] | 49 | libkeyutils \ |
Ying Wang | 741a169 | 2013-04-09 22:05:28 -0700 | [diff] [blame] | 50 | liblog \ |
Kenny Root | acc9e7d | 2010-06-18 19:06:50 -0700 | [diff] [blame] | 51 | libdiskconfig \ |
Ken Sumrall | 5d4c68e | 2011-01-30 19:06:03 -0800 | [diff] [blame] | 52 | libhardware_legacy \ |
Rom Lemarchand | 2ba45aa | 2013-01-16 12:29:28 -0800 | [diff] [blame] | 53 | liblogwrap \ |
Ken Sumrall | 5cf759a | 2013-08-14 20:15:17 -0700 | [diff] [blame] | 54 | libext4_utils \ |
Daniel Rosenberg | e82df16 | 2014-08-15 22:19:23 +0000 | [diff] [blame] | 55 | libf2fs_sparseblock \ |
Mattias Nissler | dc80323 | 2016-03-31 16:32:59 +0200 | [diff] [blame] | 56 | libcrypto_utils \ |
Robert Craig | b9e3ba5 | 2014-02-04 10:53:00 -0500 | [diff] [blame] | 57 | libcrypto \ |
Paul Lawrence | 8799917 | 2014-02-20 12:21:31 -0800 | [diff] [blame] | 58 | libselinux \ |
Paul Lawrence | 69f4ebd | 2014-04-14 12:17:14 -0700 | [diff] [blame] | 59 | libutils \ |
| 60 | libhardware \ |
Paul Crowley | 1ef2558 | 2016-01-21 20:26:12 +0000 | [diff] [blame] | 61 | libbase \ |
Janis Danisevskis | 8e537b8 | 2016-10-26 14:27:10 +0100 | [diff] [blame] | 62 | libhwbinder \ |
| 63 | libhidlbase \ |
| 64 | android.hardware.keymaster@3.0 \ |
| 65 | libkeystore_binder |
Kenny Root | acc9e7d | 2010-06-18 19:06:50 -0700 | [diff] [blame] | 66 | |
Kenny Root | c4c70f1 | 2013-06-14 12:11:38 -0700 | [diff] [blame] | 67 | common_static_libraries := \ |
Yabin Cui | 1fb5966 | 2016-06-24 14:48:49 -0700 | [diff] [blame] | 68 | libbootloader_message \ |
Kenny Root | c4c70f1 | 2013-06-14 12:11:38 -0700 | [diff] [blame] | 69 | libfs_mgr \ |
Sami Tolvanen | efe67cd | 2015-06-01 15:38:29 +0100 | [diff] [blame] | 70 | libfec \ |
| 71 | libfec_rs \ |
Mohamad Ayyash | c489d7f | 2015-04-06 18:15:53 -0700 | [diff] [blame] | 72 | libsquashfs_utils \ |
Geremy Condra | c49f0f2 | 2013-08-07 13:12:41 -0700 | [diff] [blame] | 73 | libscrypt_static \ |
Paul Crowley | 1ef2558 | 2016-01-21 20:26:12 +0000 | [diff] [blame] | 74 | libbatteryservice \ |
bowgotsai | 58bdac8 | 2017-01-07 00:44:35 +0800 | [diff] [blame] | 75 | libavb \ |
Kenny Root | c4c70f1 | 2013-06-14 12:11:38 -0700 | [diff] [blame] | 76 | |
Jeff Sharkey | 32ebb73 | 2017-03-27 16:18:50 -0600 | [diff] [blame] | 77 | # TODO: include "cert-err34-c" once we move to Binder |
| 78 | # TODO: include "cert-err58-cpp" once 36656327 is fixed |
| 79 | common_local_tidy_flags := -warnings-as-errors=clang-analyzer-security*,cert-* |
| 80 | common_local_tidy_checks := -*,clang-analyzer-security*,cert-*,-cert-err34-c,-cert-err58-cpp |
| 81 | |
Dan Albert | c07fa3f | 2014-12-18 10:00:55 -0800 | [diff] [blame] | 82 | vold_conlyflags := -std=c11 |
Jeff Sharkey | deb2405 | 2015-03-02 21:01:40 -0800 | [diff] [blame] | 83 | vold_cflags := -Werror -Wall -Wno-missing-field-initializers -Wno-unused-variable -Wno-unused-parameter |
Dan Albert | c07fa3f | 2014-12-18 10:00:55 -0800 | [diff] [blame] | 84 | |
Adrien Schildknecht | e0f409c | 2016-11-21 15:14:37 -0800 | [diff] [blame] | 85 | required_modules := |
| 86 | ifeq ($(TARGET_USERIMAGES_USE_EXT4), true) |
| 87 | ifeq ($(TARGET_USES_MKE2FS), true) |
| 88 | vold_cflags += -DTARGET_USES_MKE2FS |
| 89 | required_modules += mke2fs |
| 90 | else |
| 91 | required_modules += make_ext4fs |
| 92 | endif |
| 93 | endif |
| 94 | |
San Mehat | f1b736b | 2009-10-10 17:22:08 -0700 | [diff] [blame] | 95 | include $(CLEAR_VARS) |
| 96 | |
Dan Albert | b2aaf3a | 2014-09-12 10:48:12 -0700 | [diff] [blame] | 97 | LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk |
Kenny Root | acc9e7d | 2010-06-18 19:06:50 -0700 | [diff] [blame] | 98 | LOCAL_MODULE := libvold |
Dan Albert | c07fa3f | 2014-12-18 10:00:55 -0800 | [diff] [blame] | 99 | LOCAL_CLANG := true |
Jeff Sharkey | 32ebb73 | 2017-03-27 16:18:50 -0600 | [diff] [blame] | 100 | LOCAL_TIDY := true |
| 101 | LOCAL_TIDY_FLAGS := $(common_local_tidy_flags) |
| 102 | LOCAL_TIDY_CHECKS := $(common_local_tidy_checks) |
Kenny Root | acc9e7d | 2010-06-18 19:06:50 -0700 | [diff] [blame] | 103 | LOCAL_SRC_FILES := $(common_src_files) |
Kenny Root | acc9e7d | 2010-06-18 19:06:50 -0700 | [diff] [blame] | 104 | LOCAL_C_INCLUDES := $(common_c_includes) |
Kenny Root | acc9e7d | 2010-06-18 19:06:50 -0700 | [diff] [blame] | 105 | LOCAL_SHARED_LIBRARIES := $(common_shared_libraries) |
Kenny Root | c4c70f1 | 2013-06-14 12:11:38 -0700 | [diff] [blame] | 106 | LOCAL_STATIC_LIBRARIES := $(common_static_libraries) |
Kenny Root | acc9e7d | 2010-06-18 19:06:50 -0700 | [diff] [blame] | 107 | LOCAL_MODULE_TAGS := eng tests |
Dan Albert | c07fa3f | 2014-12-18 10:00:55 -0800 | [diff] [blame] | 108 | LOCAL_CFLAGS := $(vold_cflags) |
| 109 | LOCAL_CONLYFLAGS := $(vold_conlyflags) |
Adrien Schildknecht | e0f409c | 2016-11-21 15:14:37 -0800 | [diff] [blame] | 110 | LOCAL_REQUIRED_MODULES := $(required_modules) |
Kenny Root | acc9e7d | 2010-06-18 19:06:50 -0700 | [diff] [blame] | 111 | |
| 112 | include $(BUILD_STATIC_LIBRARY) |
| 113 | |
| 114 | include $(CLEAR_VARS) |
San Mehat | f1b736b | 2009-10-10 17:22:08 -0700 | [diff] [blame] | 115 | |
Dan Albert | b2aaf3a | 2014-09-12 10:48:12 -0700 | [diff] [blame] | 116 | LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk |
Jeff Sharkey | 47695b2 | 2016-02-01 17:02:29 -0700 | [diff] [blame] | 117 | LOCAL_MODULE := vold |
Dan Albert | c07fa3f | 2014-12-18 10:00:55 -0800 | [diff] [blame] | 118 | LOCAL_CLANG := true |
Jeff Sharkey | 32ebb73 | 2017-03-27 16:18:50 -0600 | [diff] [blame] | 119 | LOCAL_TIDY := true |
| 120 | LOCAL_TIDY_FLAGS := $(common_local_tidy_flags) |
| 121 | LOCAL_TIDY_CHECKS := $(common_local_tidy_checks) |
Kenny Root | acc9e7d | 2010-06-18 19:06:50 -0700 | [diff] [blame] | 122 | LOCAL_SRC_FILES := \ |
| 123 | main.cpp \ |
| 124 | $(common_src_files) |
| 125 | |
Tom Cherry | a285984 | 2015-08-14 13:06:45 -0700 | [diff] [blame] | 126 | LOCAL_INIT_RC := vold.rc |
| 127 | |
Kenny Root | acc9e7d | 2010-06-18 19:06:50 -0700 | [diff] [blame] | 128 | LOCAL_C_INCLUDES := $(common_c_includes) |
Dan Albert | c07fa3f | 2014-12-18 10:00:55 -0800 | [diff] [blame] | 129 | LOCAL_CFLAGS := $(vold_cflags) |
| 130 | LOCAL_CONLYFLAGS := $(vold_conlyflags) |
San Mehat | f1b736b | 2009-10-10 17:22:08 -0700 | [diff] [blame] | 131 | |
Kenny Root | acc9e7d | 2010-06-18 19:06:50 -0700 | [diff] [blame] | 132 | LOCAL_SHARED_LIBRARIES := $(common_shared_libraries) |
Kenny Root | c4c70f1 | 2013-06-14 12:11:38 -0700 | [diff] [blame] | 133 | LOCAL_STATIC_LIBRARIES := $(common_static_libraries) |
Adrien Schildknecht | e0f409c | 2016-11-21 15:14:37 -0800 | [diff] [blame] | 134 | LOCAL_REQUIRED_MODULES := $(required_modules) |
Ken Sumrall | f0679f0 | 2012-04-01 23:58:44 -0700 | [diff] [blame] | 135 | |
San Mehat | f1b736b | 2009-10-10 17:22:08 -0700 | [diff] [blame] | 136 | include $(BUILD_EXECUTABLE) |
| 137 | |
| 138 | include $(CLEAR_VARS) |
Kenny Root | 7b18a7b | 2010-03-15 13:13:41 -0700 | [diff] [blame] | 139 | |
Dan Albert | b2aaf3a | 2014-09-12 10:48:12 -0700 | [diff] [blame] | 140 | LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk |
Dan Albert | c07fa3f | 2014-12-18 10:00:55 -0800 | [diff] [blame] | 141 | LOCAL_CLANG := true |
Jeff Sharkey | 32ebb73 | 2017-03-27 16:18:50 -0600 | [diff] [blame] | 142 | LOCAL_TIDY := true |
| 143 | LOCAL_TIDY_FLAGS := $(common_local_tidy_flags) |
| 144 | LOCAL_TIDY_CHECKS := $(common_local_tidy_checks) |
Jeff Sharkey | 47695b2 | 2016-02-01 17:02:29 -0700 | [diff] [blame] | 145 | LOCAL_SRC_FILES := vdc.cpp |
| 146 | LOCAL_MODULE := vdc |
| 147 | LOCAL_SHARED_LIBRARIES := libcutils libbase |
Dan Albert | c07fa3f | 2014-12-18 10:00:55 -0800 | [diff] [blame] | 148 | LOCAL_CFLAGS := $(vold_cflags) |
| 149 | LOCAL_CONLYFLAGS := $(vold_conlyflags) |
Tom Cherry | a285984 | 2015-08-14 13:06:45 -0700 | [diff] [blame] | 150 | LOCAL_INIT_RC := vdc.rc |
San Mehat | f1b736b | 2009-10-10 17:22:08 -0700 | [diff] [blame] | 151 | |
| 152 | include $(BUILD_EXECUTABLE) |
Paul Crowley | 5bd0daf | 2015-05-19 17:31:39 +0100 | [diff] [blame] | 153 | |
| 154 | include $(CLEAR_VARS) |
| 155 | |
| 156 | LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk |
| 157 | LOCAL_CLANG := true |
Jeff Sharkey | 32ebb73 | 2017-03-27 16:18:50 -0600 | [diff] [blame] | 158 | LOCAL_TIDY := true |
| 159 | LOCAL_TIDY_FLAGS := $(common_local_tidy_flags) |
| 160 | LOCAL_TIDY_CHECKS := $(common_local_tidy_checks) |
Paul Crowley | 5bd0daf | 2015-05-19 17:31:39 +0100 | [diff] [blame] | 161 | LOCAL_SRC_FILES:= secdiscard.cpp |
| 162 | LOCAL_MODULE:= secdiscard |
Paul Crowley | 8bb8fcf | 2016-01-11 12:26:44 +0000 | [diff] [blame] | 163 | LOCAL_SHARED_LIBRARIES := libbase |
Paul Crowley | 5bd0daf | 2015-05-19 17:31:39 +0100 | [diff] [blame] | 164 | LOCAL_CFLAGS := $(vold_cflags) |
| 165 | LOCAL_CONLYFLAGS := $(vold_conlyflags) |
| 166 | |
| 167 | include $(BUILD_EXECUTABLE) |
Paul Crowley | 4315c6a | 2016-12-06 08:22:04 -0800 | [diff] [blame] | 168 | |
| 169 | include $(LOCAL_PATH)/tests/Android.mk |