blob: bd457f662711edbbe0604dd4b99c7ac7d3f434e8 [file] [log] [blame]
San Mehatf1b736b2009-10-10 17:22:08 -07001LOCAL_PATH:= $(call my-dir)
2
Kenny Rootacc9e7d2010-06-18 19:06:50 -07003common_src_files := \
4 VolumeManager.cpp \
5 CommandListener.cpp \
Paul Lawrenced0b42952015-06-03 14:19:51 -07006 CryptCommandListener.cpp \
Kenny Rootacc9e7d2010-06-18 19:06:50 -07007 VoldCommand.cpp \
8 NetlinkManager.cpp \
9 NetlinkHandler.cpp \
Kenny Rootacc9e7d2010-06-18 19:06:50 -070010 Process.cpp \
Jeff Sharkeyd0640f62015-05-21 22:35:42 -070011 fs/Ext4.cpp \
12 fs/F2fs.cpp \
13 fs/Vfat.cpp \
Kenny Rootacc9e7d2010-06-18 19:06:50 -070014 Loop.cpp \
15 Devmapper.cpp \
16 ResponseCode.cpp \
Paul Lawrence707fd6c2015-04-28 22:14:15 +000017 Ext4Crypt.cpp \
Ken Sumrall9caab762013-06-11 19:10:20 -070018 VoldUtil.c \
Wei Wang4375f1b2017-02-24 17:43:01 -080019 cryptfs.cpp \
Jeff Sharkeydeb24052015-03-02 21:01:40 -080020 Disk.cpp \
21 VolumeBase.cpp \
22 PublicVolume.cpp \
Jeff Sharkey9c484982015-03-31 10:35:33 -070023 PrivateVolume.cpp \
Jeff Sharkeydeb24052015-03-02 21:01:40 -080024 EmulatedVolume.cpp \
25 Utils.cpp \
Jeff Sharkey1d6fbcc2015-04-24 16:00:03 -070026 MoveTask.cpp \
Jeff Sharkey5a6bfca2015-05-14 20:33:55 -070027 Benchmark.cpp \
Jeff Sharkeyc86ab6f2015-06-26 14:02:09 -070028 TrimTask.cpp \
Pavel Grafove2e2d302017-08-01 17:15:53 +010029 KeyBuffer.cpp \
Paul Crowley1ef25582016-01-21 20:26:12 +000030 Keymaster.cpp \
31 KeyStorage.cpp \
Paul Crowleyf71ace32016-06-02 11:01:19 -070032 KeyUtil.cpp \
Paul Crowley63c18d32016-02-10 14:02:47 +000033 ScryptParameters.cpp \
Jeff Vander Stoepdf725752016-01-29 15:34:43 -080034 secontext.cpp \
Paul Crowleyf71ace32016-06-02 11:01:19 -070035 EncryptInplace.cpp \
Paul Crowleyd5759812016-06-02 11:04:27 -070036 MetadataCrypt.cpp \
Kenny Rootacc9e7d2010-06-18 19:06:50 -070037
38common_c_includes := \
Daniel Rosenberge82df162014-08-15 22:19:23 +000039 system/extras/f2fs_utils \
Paul Lawrence87999172014-02-20 12:21:31 -080040 external/scrypt/lib/crypto \
Paul Crowleyf71ace32016-06-02 11:01:19 -070041 external/f2fs-tools/include \
Paul Lawrence69f4ebd2014-04-14 12:17:14 -070042 frameworks/native/include \
43 system/security/keystore \
Kenny Rootacc9e7d2010-06-18 19:06:50 -070044
45common_shared_libraries := \
46 libsysutils \
Paul Lawrence87999172014-02-20 12:21:31 -080047 libbinder \
Kenny Rootacc9e7d2010-06-18 19:06:50 -070048 libcutils \
Elliott Hughesc3bda182017-05-09 17:01:04 -070049 libkeyutils \
Ying Wang741a1692013-04-09 22:05:28 -070050 liblog \
Kenny Rootacc9e7d2010-06-18 19:06:50 -070051 libdiskconfig \
Ken Sumrall5d4c68e2011-01-30 19:06:03 -080052 libhardware_legacy \
Rom Lemarchand2ba45aa2013-01-16 12:29:28 -080053 liblogwrap \
Ken Sumrall5cf759a2013-08-14 20:15:17 -070054 libext4_utils \
Daniel Rosenberge82df162014-08-15 22:19:23 +000055 libf2fs_sparseblock \
Mattias Nisslerdc803232016-03-31 16:32:59 +020056 libcrypto_utils \
Robert Craigb9e3ba52014-02-04 10:53:00 -050057 libcrypto \
Paul Lawrence87999172014-02-20 12:21:31 -080058 libselinux \
Paul Lawrence69f4ebd2014-04-14 12:17:14 -070059 libutils \
60 libhardware \
Paul Crowley1ef25582016-01-21 20:26:12 +000061 libbase \
Janis Danisevskis8e537b82016-10-26 14:27:10 +010062 libhwbinder \
63 libhidlbase \
64 android.hardware.keymaster@3.0 \
65 libkeystore_binder
Kenny Rootacc9e7d2010-06-18 19:06:50 -070066
Kenny Rootc4c70f12013-06-14 12:11:38 -070067common_static_libraries := \
Yabin Cui1fb59662016-06-24 14:48:49 -070068 libbootloader_message \
Kenny Rootc4c70f12013-06-14 12:11:38 -070069 libfs_mgr \
Sami Tolvanenefe67cd2015-06-01 15:38:29 +010070 libfec \
71 libfec_rs \
Mohamad Ayyashc489d7f2015-04-06 18:15:53 -070072 libsquashfs_utils \
Geremy Condrac49f0f22013-08-07 13:12:41 -070073 libscrypt_static \
bowgotsai58bdac82017-01-07 00:44:35 +080074 libavb \
Kenny Rootc4c70f12013-06-14 12:11:38 -070075
Jeff Sharkey32ebb732017-03-27 16:18:50 -060076# TODO: include "cert-err34-c" once we move to Binder
77# TODO: include "cert-err58-cpp" once 36656327 is fixed
78common_local_tidy_flags := -warnings-as-errors=clang-analyzer-security*,cert-*
79common_local_tidy_checks := -*,clang-analyzer-security*,cert-*,-cert-err34-c,-cert-err58-cpp
80
Dan Albertc07fa3f2014-12-18 10:00:55 -080081vold_conlyflags := -std=c11
Jeff Sharkeydeb24052015-03-02 21:01:40 -080082vold_cflags := -Werror -Wall -Wno-missing-field-initializers -Wno-unused-variable -Wno-unused-parameter
Dan Albertc07fa3f2014-12-18 10:00:55 -080083
Adrien Schildknechte0f409c2016-11-21 15:14:37 -080084required_modules :=
85ifeq ($(TARGET_USERIMAGES_USE_EXT4), true)
86 ifeq ($(TARGET_USES_MKE2FS), true)
87 vold_cflags += -DTARGET_USES_MKE2FS
88 required_modules += mke2fs
89 else
Jeff Sharkeyd7945262017-06-26 16:09:11 -060090 # Adoptable storage has fully moved to mke2fs, so we need both tools
91 required_modules += mke2fs
Adrien Schildknechte0f409c2016-11-21 15:14:37 -080092 required_modules += make_ext4fs
93 endif
94endif
95
San Mehatf1b736b2009-10-10 17:22:08 -070096include $(CLEAR_VARS)
97
Dan Albertb2aaf3a2014-09-12 10:48:12 -070098LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
Kenny Rootacc9e7d2010-06-18 19:06:50 -070099LOCAL_MODULE := libvold
Dan Albertc07fa3f2014-12-18 10:00:55 -0800100LOCAL_CLANG := true
Jeff Sharkey32ebb732017-03-27 16:18:50 -0600101LOCAL_TIDY := true
102LOCAL_TIDY_FLAGS := $(common_local_tidy_flags)
103LOCAL_TIDY_CHECKS := $(common_local_tidy_checks)
Kenny Rootacc9e7d2010-06-18 19:06:50 -0700104LOCAL_SRC_FILES := $(common_src_files)
Kenny Rootacc9e7d2010-06-18 19:06:50 -0700105LOCAL_C_INCLUDES := $(common_c_includes)
Kenny Rootacc9e7d2010-06-18 19:06:50 -0700106LOCAL_SHARED_LIBRARIES := $(common_shared_libraries)
Kenny Rootc4c70f12013-06-14 12:11:38 -0700107LOCAL_STATIC_LIBRARIES := $(common_static_libraries)
Kenny Rootacc9e7d2010-06-18 19:06:50 -0700108LOCAL_MODULE_TAGS := eng tests
Dan Albertc07fa3f2014-12-18 10:00:55 -0800109LOCAL_CFLAGS := $(vold_cflags)
110LOCAL_CONLYFLAGS := $(vold_conlyflags)
Adrien Schildknechte0f409c2016-11-21 15:14:37 -0800111LOCAL_REQUIRED_MODULES := $(required_modules)
Kenny Rootacc9e7d2010-06-18 19:06:50 -0700112
113include $(BUILD_STATIC_LIBRARY)
114
115include $(CLEAR_VARS)
San Mehatf1b736b2009-10-10 17:22:08 -0700116
Dan Albertb2aaf3a2014-09-12 10:48:12 -0700117LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
Jeff Sharkey47695b22016-02-01 17:02:29 -0700118LOCAL_MODULE := vold
Dan Albertc07fa3f2014-12-18 10:00:55 -0800119LOCAL_CLANG := true
Jeff Sharkey32ebb732017-03-27 16:18:50 -0600120LOCAL_TIDY := true
121LOCAL_TIDY_FLAGS := $(common_local_tidy_flags)
122LOCAL_TIDY_CHECKS := $(common_local_tidy_checks)
Kenny Rootacc9e7d2010-06-18 19:06:50 -0700123LOCAL_SRC_FILES := \
124 main.cpp \
125 $(common_src_files)
126
Tom Cherrya2859842015-08-14 13:06:45 -0700127LOCAL_INIT_RC := vold.rc
128
Kenny Rootacc9e7d2010-06-18 19:06:50 -0700129LOCAL_C_INCLUDES := $(common_c_includes)
Dan Albertc07fa3f2014-12-18 10:00:55 -0800130LOCAL_CFLAGS := $(vold_cflags)
131LOCAL_CONLYFLAGS := $(vold_conlyflags)
San Mehatf1b736b2009-10-10 17:22:08 -0700132
Kenny Rootacc9e7d2010-06-18 19:06:50 -0700133LOCAL_SHARED_LIBRARIES := $(common_shared_libraries)
Kenny Rootc4c70f12013-06-14 12:11:38 -0700134LOCAL_STATIC_LIBRARIES := $(common_static_libraries)
Adrien Schildknechte0f409c2016-11-21 15:14:37 -0800135LOCAL_REQUIRED_MODULES := $(required_modules)
Ken Sumrallf0679f02012-04-01 23:58:44 -0700136
San Mehatf1b736b2009-10-10 17:22:08 -0700137include $(BUILD_EXECUTABLE)
138
139include $(CLEAR_VARS)
Kenny Root7b18a7b2010-03-15 13:13:41 -0700140
Dan Albertb2aaf3a2014-09-12 10:48:12 -0700141LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
Dan Albertc07fa3f2014-12-18 10:00:55 -0800142LOCAL_CLANG := true
Jeff Sharkey32ebb732017-03-27 16:18:50 -0600143LOCAL_TIDY := true
144LOCAL_TIDY_FLAGS := $(common_local_tidy_flags)
145LOCAL_TIDY_CHECKS := $(common_local_tidy_checks)
Jeff Sharkey47695b22016-02-01 17:02:29 -0700146LOCAL_SRC_FILES := vdc.cpp
147LOCAL_MODULE := vdc
148LOCAL_SHARED_LIBRARIES := libcutils libbase
Dan Albertc07fa3f2014-12-18 10:00:55 -0800149LOCAL_CFLAGS := $(vold_cflags)
150LOCAL_CONLYFLAGS := $(vold_conlyflags)
Tom Cherrya2859842015-08-14 13:06:45 -0700151LOCAL_INIT_RC := vdc.rc
San Mehatf1b736b2009-10-10 17:22:08 -0700152
153include $(BUILD_EXECUTABLE)
Paul Crowley5bd0daf2015-05-19 17:31:39 +0100154
155include $(CLEAR_VARS)
156
157LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
158LOCAL_CLANG := true
Jeff Sharkey32ebb732017-03-27 16:18:50 -0600159LOCAL_TIDY := true
160LOCAL_TIDY_FLAGS := $(common_local_tidy_flags)
161LOCAL_TIDY_CHECKS := $(common_local_tidy_checks)
Paul Crowley03f89d32017-06-16 09:37:31 -0700162LOCAL_SRC_FILES:= \
163 FileDeviceUtils.cpp \
164 secdiscard.cpp \
165
Paul Crowley5bd0daf2015-05-19 17:31:39 +0100166LOCAL_MODULE:= secdiscard
Paul Crowley8bb8fcf2016-01-11 12:26:44 +0000167LOCAL_SHARED_LIBRARIES := libbase
Paul Crowley5bd0daf2015-05-19 17:31:39 +0100168LOCAL_CFLAGS := $(vold_cflags)
169LOCAL_CONLYFLAGS := $(vold_conlyflags)
170
171include $(BUILD_EXECUTABLE)
Paul Crowley4315c6a2016-12-06 08:22:04 -0800172
173include $(LOCAL_PATH)/tests/Android.mk