blob: 5957df7c2817670c39d56a8159892ccef8c51bd8 [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 \
Kenny Rootacc9e7d2010-06-18 19:06:50 -07005 NetlinkManager.cpp \
6 NetlinkHandler.cpp \
Kenny Rootacc9e7d2010-06-18 19:06:50 -07007 Process.cpp \
Jeff Sharkeyd0640f62015-05-21 22:35:42 -07008 fs/Ext4.cpp \
9 fs/F2fs.cpp \
10 fs/Vfat.cpp \
Kenny Rootacc9e7d2010-06-18 19:06:50 -070011 Loop.cpp \
12 Devmapper.cpp \
Paul Lawrence87999172014-02-20 12:21:31 -080013 CheckBattery.cpp \
Paul Lawrence707fd6c2015-04-28 22:14:15 +000014 Ext4Crypt.cpp \
Ken Sumrall9caab762013-06-11 19:10:20 -070015 VoldUtil.c \
Wei Wang4375f1b2017-02-24 17:43:01 -080016 cryptfs.cpp \
Jeff Sharkey11c2d382017-09-11 10:32:01 -060017 model/Disk.cpp \
18 model/VolumeBase.cpp \
19 model/PublicVolume.cpp \
20 model/PrivateVolume.cpp \
21 model/EmulatedVolume.cpp \
22 model/ObbVolume.cpp \
Jeff Sharkeydeb24052015-03-02 21:01:40 -080023 Utils.cpp \
Jeff Sharkey1d6fbcc2015-04-24 16:00:03 -070024 MoveTask.cpp \
Jeff Sharkey52f7a912017-09-15 12:57:44 -060025 BenchmarkTask.cpp \
Jeff Sharkeyc86ab6f2015-06-26 14:02:09 -070026 TrimTask.cpp \
Pavel Grafove2e2d302017-08-01 17:15:53 +010027 KeyBuffer.cpp \
Paul Crowley1ef25582016-01-21 20:26:12 +000028 Keymaster.cpp \
29 KeyStorage.cpp \
Paul Crowleyf71ace32016-06-02 11:01:19 -070030 KeyUtil.cpp \
Paul Crowley63c18d32016-02-10 14:02:47 +000031 ScryptParameters.cpp \
Jeff Vander Stoepdf725752016-01-29 15:34:43 -080032 secontext.cpp \
Paul Crowleyf71ace32016-06-02 11:01:19 -070033 EncryptInplace.cpp \
Paul Crowleyd5759812016-06-02 11:04:27 -070034 MetadataCrypt.cpp \
Jeff Sharkey52f7a912017-09-15 12:57:44 -060035 VoldNativeService.cpp \
36
37common_aidl_files := \
Jeff Sharkey068c6be2017-09-06 13:47:40 -060038 binder/android/os/IVold.aidl \
Jeff Sharkey814e9d32017-09-13 11:49:44 -060039 binder/android/os/IVoldListener.aidl \
Jeff Sharkey52f7a912017-09-15 12:57:44 -060040 binder/android/os/IVoldTaskListener.aidl \
41
42common_aidl_includes := \
43 $(LOCAL_PATH)/binder \
44 frameworks/native/aidl/binder \
Kenny Rootacc9e7d2010-06-18 19:06:50 -070045
46common_c_includes := \
Daniel Rosenberge82df162014-08-15 22:19:23 +000047 system/extras/f2fs_utils \
Paul Lawrence87999172014-02-20 12:21:31 -080048 external/scrypt/lib/crypto \
Paul Crowleyf71ace32016-06-02 11:01:19 -070049 external/f2fs-tools/include \
Paul Lawrence69f4ebd2014-04-14 12:17:14 -070050 frameworks/native/include \
51 system/security/keystore \
Kenny Rootacc9e7d2010-06-18 19:06:50 -070052
53common_shared_libraries := \
54 libsysutils \
Paul Lawrence87999172014-02-20 12:21:31 -080055 libbinder \
Kenny Rootacc9e7d2010-06-18 19:06:50 -070056 libcutils \
Elliott Hughesc3bda182017-05-09 17:01:04 -070057 libkeyutils \
Ying Wang741a1692013-04-09 22:05:28 -070058 liblog \
Kenny Rootacc9e7d2010-06-18 19:06:50 -070059 libdiskconfig \
Ken Sumrall5d4c68e2011-01-30 19:06:03 -080060 libhardware_legacy \
Rom Lemarchand2ba45aa2013-01-16 12:29:28 -080061 liblogwrap \
Ken Sumrall5cf759a2013-08-14 20:15:17 -070062 libext4_utils \
Daniel Rosenberge82df162014-08-15 22:19:23 +000063 libf2fs_sparseblock \
Mattias Nisslerdc803232016-03-31 16:32:59 +020064 libcrypto_utils \
Robert Craigb9e3ba52014-02-04 10:53:00 -050065 libcrypto \
Paul Lawrence87999172014-02-20 12:21:31 -080066 libselinux \
Paul Lawrence69f4ebd2014-04-14 12:17:14 -070067 libutils \
68 libhardware \
Paul Crowley1ef25582016-01-21 20:26:12 +000069 libbase \
Janis Danisevskis8e537b82016-10-26 14:27:10 +010070 libhwbinder \
71 libhidlbase \
72 android.hardware.keymaster@3.0 \
73 libkeystore_binder
Kenny Rootacc9e7d2010-06-18 19:06:50 -070074
Kenny Rootc4c70f12013-06-14 12:11:38 -070075common_static_libraries := \
Yabin Cui1fb59662016-06-24 14:48:49 -070076 libbootloader_message \
Kenny Rootc4c70f12013-06-14 12:11:38 -070077 libfs_mgr \
Sami Tolvanenefe67cd2015-06-01 15:38:29 +010078 libfec \
79 libfec_rs \
Mohamad Ayyashc489d7f2015-04-06 18:15:53 -070080 libsquashfs_utils \
Geremy Condrac49f0f22013-08-07 13:12:41 -070081 libscrypt_static \
Paul Crowley1ef25582016-01-21 20:26:12 +000082 libbatteryservice \
bowgotsai58bdac82017-01-07 00:44:35 +080083 libavb \
Kenny Rootc4c70f12013-06-14 12:11:38 -070084
Jeff Sharkey32ebb732017-03-27 16:18:50 -060085# TODO: include "cert-err34-c" once we move to Binder
86# TODO: include "cert-err58-cpp" once 36656327 is fixed
Jeff Sharkey83b559c2017-09-12 16:30:52 -060087common_local_tidy_enabled := true
Jeff Sharkey32ebb732017-03-27 16:18:50 -060088common_local_tidy_flags := -warnings-as-errors=clang-analyzer-security*,cert-*
89common_local_tidy_checks := -*,clang-analyzer-security*,cert-*,-cert-err34-c,-cert-err58-cpp
90
Dan Albertc07fa3f2014-12-18 10:00:55 -080091vold_conlyflags := -std=c11
Jeff Sharkeydeb24052015-03-02 21:01:40 -080092vold_cflags := -Werror -Wall -Wno-missing-field-initializers -Wno-unused-variable -Wno-unused-parameter
Dan Albertc07fa3f2014-12-18 10:00:55 -080093
Adrien Schildknechte0f409c2016-11-21 15:14:37 -080094required_modules :=
95ifeq ($(TARGET_USERIMAGES_USE_EXT4), true)
Jin Qianb678d7c2017-08-15 16:44:04 -070096 required_modules += mke2fs
Adrien Schildknechte0f409c2016-11-21 15:14:37 -080097endif
98
San Mehatf1b736b2009-10-10 17:22:08 -070099include $(CLEAR_VARS)
100
Dan Albertb2aaf3a2014-09-12 10:48:12 -0700101LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
Kenny Rootacc9e7d2010-06-18 19:06:50 -0700102LOCAL_MODULE := libvold
Dan Albertc07fa3f2014-12-18 10:00:55 -0800103LOCAL_CLANG := true
Jeff Sharkey83b559c2017-09-12 16:30:52 -0600104LOCAL_TIDY := $(common_local_tidy_enabled)
Jeff Sharkey32ebb732017-03-27 16:18:50 -0600105LOCAL_TIDY_FLAGS := $(common_local_tidy_flags)
106LOCAL_TIDY_CHECKS := $(common_local_tidy_checks)
Jeff Sharkey52f7a912017-09-15 12:57:44 -0600107LOCAL_SRC_FILES := $(common_src_files) $(common_aidl_files)
Kenny Rootacc9e7d2010-06-18 19:06:50 -0700108LOCAL_C_INCLUDES := $(common_c_includes)
Kenny Rootacc9e7d2010-06-18 19:06:50 -0700109LOCAL_SHARED_LIBRARIES := $(common_shared_libraries)
Kenny Rootc4c70f12013-06-14 12:11:38 -0700110LOCAL_STATIC_LIBRARIES := $(common_static_libraries)
Kenny Rootacc9e7d2010-06-18 19:06:50 -0700111LOCAL_MODULE_TAGS := eng tests
Dan Albertc07fa3f2014-12-18 10:00:55 -0800112LOCAL_CFLAGS := $(vold_cflags)
113LOCAL_CONLYFLAGS := $(vold_conlyflags)
Adrien Schildknechte0f409c2016-11-21 15:14:37 -0800114LOCAL_REQUIRED_MODULES := $(required_modules)
Kenny Rootacc9e7d2010-06-18 19:06:50 -0700115
Jeff Sharkey52f7a912017-09-15 12:57:44 -0600116LOCAL_AIDL_INCLUDES := $(common_aidl_includes)
Jeff Sharkey814e9d32017-09-13 11:49:44 -0600117
Kenny Rootacc9e7d2010-06-18 19:06:50 -0700118include $(BUILD_STATIC_LIBRARY)
119
120include $(CLEAR_VARS)
San Mehatf1b736b2009-10-10 17:22:08 -0700121
Dan Albertb2aaf3a2014-09-12 10:48:12 -0700122LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
Jeff Sharkey47695b22016-02-01 17:02:29 -0700123LOCAL_MODULE := vold
Dan Albertc07fa3f2014-12-18 10:00:55 -0800124LOCAL_CLANG := true
Jeff Sharkey83b559c2017-09-12 16:30:52 -0600125LOCAL_TIDY := $(common_local_tidy_enabled)
Jeff Sharkey32ebb732017-03-27 16:18:50 -0600126LOCAL_TIDY_FLAGS := $(common_local_tidy_flags)
127LOCAL_TIDY_CHECKS := $(common_local_tidy_checks)
Kenny Rootacc9e7d2010-06-18 19:06:50 -0700128LOCAL_SRC_FILES := \
129 main.cpp \
Jeff Sharkey52f7a912017-09-15 12:57:44 -0600130 $(common_src_files) \
131 $(common_aidl_files) \
Kenny Rootacc9e7d2010-06-18 19:06:50 -0700132
Tom Cherrya2859842015-08-14 13:06:45 -0700133LOCAL_INIT_RC := vold.rc
134
Kenny Rootacc9e7d2010-06-18 19:06:50 -0700135LOCAL_C_INCLUDES := $(common_c_includes)
Dan Albertc07fa3f2014-12-18 10:00:55 -0800136LOCAL_CFLAGS := $(vold_cflags)
137LOCAL_CONLYFLAGS := $(vold_conlyflags)
San Mehatf1b736b2009-10-10 17:22:08 -0700138
Kenny Rootacc9e7d2010-06-18 19:06:50 -0700139LOCAL_SHARED_LIBRARIES := $(common_shared_libraries)
Kenny Rootc4c70f12013-06-14 12:11:38 -0700140LOCAL_STATIC_LIBRARIES := $(common_static_libraries)
Adrien Schildknechte0f409c2016-11-21 15:14:37 -0800141LOCAL_REQUIRED_MODULES := $(required_modules)
Ken Sumrallf0679f02012-04-01 23:58:44 -0700142
Jeff Sharkey52f7a912017-09-15 12:57:44 -0600143LOCAL_AIDL_INCLUDES := $(common_aidl_includes)
Jeff Sharkey068c6be2017-09-06 13:47:40 -0600144
San Mehatf1b736b2009-10-10 17:22:08 -0700145include $(BUILD_EXECUTABLE)
146
147include $(CLEAR_VARS)
Kenny Root7b18a7b2010-03-15 13:13:41 -0700148
Dan Albertb2aaf3a2014-09-12 10:48:12 -0700149LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
Dan Albertc07fa3f2014-12-18 10:00:55 -0800150LOCAL_CLANG := true
Jeff Sharkey83b559c2017-09-12 16:30:52 -0600151LOCAL_TIDY := $(common_local_tidy_enabled)
Jeff Sharkey32ebb732017-03-27 16:18:50 -0600152LOCAL_TIDY_FLAGS := $(common_local_tidy_flags)
153LOCAL_TIDY_CHECKS := $(common_local_tidy_checks)
Jeff Sharkey0990b692017-09-14 17:24:26 -0600154
155LOCAL_SRC_FILES := \
156 vdc.cpp \
Jeff Sharkey52f7a912017-09-15 12:57:44 -0600157 $(common_aidl_files) \
Jeff Sharkey0990b692017-09-14 17:24:26 -0600158
Jeff Sharkey47695b22016-02-01 17:02:29 -0700159LOCAL_MODULE := vdc
Jeff Sharkey99f92682017-09-13 18:43:44 -0600160LOCAL_SHARED_LIBRARIES := libbase libbinder libcutils libutils
Dan Albertc07fa3f2014-12-18 10:00:55 -0800161LOCAL_CFLAGS := $(vold_cflags)
162LOCAL_CONLYFLAGS := $(vold_conlyflags)
Tom Cherrya2859842015-08-14 13:06:45 -0700163LOCAL_INIT_RC := vdc.rc
San Mehatf1b736b2009-10-10 17:22:08 -0700164
Jeff Sharkey52f7a912017-09-15 12:57:44 -0600165LOCAL_AIDL_INCLUDES := $(common_aidl_includes)
Jeff Sharkey99f92682017-09-13 18:43:44 -0600166
San Mehatf1b736b2009-10-10 17:22:08 -0700167include $(BUILD_EXECUTABLE)
Paul Crowley5bd0daf2015-05-19 17:31:39 +0100168
169include $(CLEAR_VARS)
170
171LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
172LOCAL_CLANG := true
Jeff Sharkey83b559c2017-09-12 16:30:52 -0600173LOCAL_TIDY := $(common_local_tidy_enabled)
Jeff Sharkey32ebb732017-03-27 16:18:50 -0600174LOCAL_TIDY_FLAGS := $(common_local_tidy_flags)
175LOCAL_TIDY_CHECKS := $(common_local_tidy_checks)
Paul Crowley03f89d32017-06-16 09:37:31 -0700176LOCAL_SRC_FILES:= \
177 FileDeviceUtils.cpp \
178 secdiscard.cpp \
179
Paul Crowley5bd0daf2015-05-19 17:31:39 +0100180LOCAL_MODULE:= secdiscard
Paul Crowley8bb8fcf2016-01-11 12:26:44 +0000181LOCAL_SHARED_LIBRARIES := libbase
Paul Crowley5bd0daf2015-05-19 17:31:39 +0100182LOCAL_CFLAGS := $(vold_cflags)
183LOCAL_CONLYFLAGS := $(vold_conlyflags)
184
185include $(BUILD_EXECUTABLE)
Paul Crowley4315c6a2016-12-06 08:22:04 -0800186
187include $(LOCAL_PATH)/tests/Android.mk