platform_build/core
Dan Willemsen b34c387441 Obsolete BOARD_PLAT_*_SEPOLICY_DIR
These were marked as deprecated in late 2020 [1]. Shortly later, there
was an attempt to obsolete them [2] for products shipping with API level
31 or greater, but that was reverted [3] because of internal users.

1: I58c64839cc513ae082cd3ee3c1e108843ea7439e
2: Ic4d1164be611836f6aa697fbf1cb1f1c73a3cd39
3: I7d3556aa0f06684b43f80f09e4c8194c6c44336c

Since these are causing warnings on every build, and there are no more
internal users, just obsolete them entirely. We don't need to rely on
the product shipping api level, since that does not guarantee
source-level compatibility -- and this is an easy fix even if people
have been ignoring the real warnings.

Bug: 235414673
Test: treehugger
Change-Id: If803a33efc38a970247919bf224c12b8c717f955
2022-06-09 09:36:52 -07:00
..
clang Do not append empty DEFAULT_TIDY_HEADER_DIRS 2021-02-11 22:36:04 -08:00
combo Update to llvm-ar's new argument format 2022-02-16 18:41:09 +08:00
tasks Fix recovery_unit_test 2022-06-08 17:03:02 -07:00
aapt2.mk
aapt_flags.mk
allowed_ndk_types.mk
android_manifest.mk Extend hardcoded list of optional uses-libraries. 2022-05-04 13:36:47 +01:00
android_soong_config_vars.mk Build modules from source for module products. 2022-03-30 18:16:51 +01:00
app_certificate_validate.mk
app_prebuilt_internal.mk Do not alter presigned prebuilt apks for SDK > 29. 2021-05-13 16:16:19 -07:00
artifact_path_requirements.mk Allow setting PRODUCT_ENFORCE_ARTIFACT_PATH_REQUIREMENTS to false 2022-04-12 13:43:28 -07:00
autogen_test_config.mk Revert "update build rules to use /data/local/tests/unrestricted" 2021-09-22 04:20:05 +00:00
base_rules.mk Add deprecation warning for base-rules-hook 2022-04-28 16:20:32 -07:00
binary.mk Rename modulesAddedWall to modulesWarningsAllowed 2022-05-19 20:16:00 +08:00
board_config.mk Remove RBC_BOARD_CONFIG 2022-05-02 14:16:04 -07:00
build-system.html Always turn on TARGET_BUILD_USE_PREBUILT_SDKS for unbundled build. 2022-03-29 16:11:12 +01:00
build_id.mk Version bump to SP2A.220505.002 [core/build_id.mk] 2022-03-24 18:38:01 +00:00
build_rro_package.mk
cc_prebuilt_internal.mk
ccache.mk
check_elf_file.mk
checktree
cleanbuild.mk
cleanspec.mk
clear_vars.mk Test suite notices using dependencies. 2022-03-23 11:18:39 -07:00
config.mk Obsolete BOARD_PLAT_*_SEPOLICY_DIR 2022-06-09 09:36:52 -07:00
config_sanitizers.mk Revert "[cc_fuzz] Revert 'disable LTO' patches." 2022-03-02 01:25:22 +00:00
configure_module_stem.mk
copy_headers.mk
cxx_stl_setup.mk Revert^2 "Switch platform-NDK unwinder to LLVM libunwind.a prebuilt" 2021-03-31 15:33:35 -07:00
definitions.mk Create license metadata for copied targets. 2022-06-02 15:43:08 -07:00
deprecation.mk Remove HOST_DALVIK_* 2022-05-11 08:17:45 -07:00
device.mk
dex_preopt.mk Add 'platform:' prefix to unqualified system server jars. 2021-05-05 15:18:39 +01:00
dex_preopt_config.mk Remove DEXPREOPT_USE_ART_IMAGE; it is no longer needed. 2022-04-27 13:32:04 +01:00
dex_preopt_config_merger.py Dexpreopt: prepare to merge class loader context from all deps. 2022-05-24 16:02:49 +01:00
dex_preopt_libart.mk Track licenses of dexpreopted bootjars 2022-03-16 14:21:08 -07:00
dex_preopt_odex_install.mk Dexpreopt: prepare to merge class loader context from all deps. 2022-05-24 16:02:49 +01:00
distdir.mk Revert "Create lists of projects to share per dist target" 2022-04-15 17:29:26 +00:00
dumpconfig.mk Support m product-graph in Starlark product config 2022-04-05 16:52:23 -07:00
dumpvar.mk Optionally dump RBC variables at the end of config.mk 2022-04-13 14:48:32 -07:00
dynamic_binary.mk Revert "Revert "Produce mappings of hashes to elf symbols and r8 dictionaries"" 2022-04-06 01:11:20 +00:00
empty_test_config.xml
envsetup.mk Obsolete BOARD_PLAT_*_SEPOLICY_DIR 2022-06-09 09:36:52 -07:00
executable.mk
executable_internal.mk Stop linking against libatomic 2021-04-02 21:05:48 -07:00
executable_prefer_symlink.mk
filter_symbols.sh
force_aapt2.mk Move manifest generation logic into static_java_library.mk 2022-01-06 18:47:57 +00:00
fuzz_test.mk Remove honggfuzz support. 2021-04-02 10:24:48 -07:00
generate_enforce_rro.mk RRO shouldn't depend on frameworks or system(_ext) app when TARGET_BUILD_UNBUNDLED 2021-06-04 00:05:55 +00:00
goma.mk
header_library.mk
header_library_internal.mk
host_executable.mk
host_executable_internal.mk
host_java_library.mk Remove duplicate includes of BUILD_NOTICE_FILE 2021-11-30 13:20:01 -08:00
host_java_library_common.mk
host_prebuilt.mk
host_shared_library.mk
host_shared_library_internal.mk
host_static_library.mk
host_static_library_internal.mk
install_jni_libs.mk
install_jni_libs_internal.mk
instrumentation_test_config_template.xml
jacoco.mk Reset permissions after unzipping jars 2022-03-30 20:05:34 -07:00
java.mk Replace DEX_FLAGS by flags for D8 and R8. 2022-04-25 11:02:41 +02:00
java_common.mk Always default to 1.9 for host java modules in Android.mk files 2021-11-15 21:46:52 +00:00
java_host_test_config_template.xml
java_host_unit_test_config_template.xml Mark the unit tests module itself as its component 2021-03-24 20:11:49 +00:00
java_library.mk
java_prebuilt_internal.mk Don't expect all Java modules to have a manifest. 2021-04-13 12:42:44 +01:00
java_renderscript.mk Fix bitrot: RSTest_CompatLib[19] tests stopped building 2021-07-08 17:01:43 -07:00
java_test_config_template.xml
jetifier.mk
link_type.mk
LINUX_KERNEL_COPYING
local_current_sdk.mk
local_systemsdk.mk
local_vndk.mk Define __ANDROID_VENDOR__ and __ANDROID_PRODUCT__ 2021-03-15 18:17:35 +09:00
main.mk Create license metadata for copied targets. 2022-06-02 15:43:08 -07:00
Makefile Using BOARD_AVB_VBMETA_VENDOR_IMAGE_ARGS for vbmeta_vendor.img 2022-06-07 11:36:35 +08:00
misc_prebuilt_internal.mk
module_arch_supported.mk
multi_prebuilt.mk
multilib.mk
native_benchmark_test_config_template.xml Revert "update build rules to use /data/local/tests/unrestricted" 2021-09-22 04:20:05 +00:00
native_host_test_config_template.xml
native_test.mk
native_test_config_template.xml
ninja_config.mk Remove usages of long-form variables 2022-04-13 15:49:56 -07:00
node_fns.mk Fix product single value variables failed issue 2021-11-09 02:05:25 +00:00
notice_files.mk Create license metadata for copied targets. 2022-06-02 15:43:08 -07:00
os_licensing.mk Apps-only notice file 2022-03-17 13:55:15 -07:00
OWNERS Add a doc about dex_preopt_check. 2022-05-20 16:21:46 +01:00
pack_dyn_relocs_setup.mk
package.mk
package_internal.mk Move manifest generation logic into static_java_library.mk 2022-01-06 18:47:57 +00:00
pathmap.mk
phony_package.mk
prebuilt.mk
prebuilt_internal.mk
process_wrapper.sh
process_wrapper_gdb.cmds
process_wrapper_gdb.sh
product-graph.mk Fix incorrect function call in product-graph 2022-04-27 11:55:08 -07:00
product.mk Remove usages of long-form variables 2022-04-13 15:49:56 -07:00
product_config.mk Remove all_product_makefiles 2022-05-10 15:39:10 -07:00
product_config.rbc Add function for flattening 2d lists 2022-05-05 11:41:59 -07:00
proguard.flags Add keep rules for @KeepForWeakReference annotation 2022-05-11 09:47:12 -07:00
proguard.jacoco.flags
proguard_basic_keeps.flags Update default system Proguard config rules 2022-02-07 10:54:51 -08:00
project_definitions.mk
python_binary_host_test_config_template.xml
rbe.mk Use OUT_DIR to find the r8/d8 binaries instead out hard coded out/ 2022-05-25 06:29:46 +00:00
robolectric_test_config_template.xml Set JDK 11 for robolectric test configuration 2022-01-26 14:05:02 +00:00
root.mk
rust_device_benchmark_config_template.xml Revert "update build rules to use /data/local/tests/unrestricted" 2021-09-22 04:20:05 +00:00
rust_device_test_config_template.xml Merge "rust: Add EXTRA_CONFIGS to rust test template" 2021-09-24 18:39:47 +00:00
rust_host_benchmark_config_template.xml Add test configuration for rust benchmarks. 2021-04-06 12:41:10 +02:00
rust_host_test_config_template.xml
sdk_check.mk
sdk_font.mk
shared_library.mk
shared_library_internal.mk Stop linking against libatomic 2021-04-02 21:05:48 -07:00
shell_test_config_template.xml
soong_android_app_set.mk Extract primary APK from apk sets in Soong 2021-11-17 19:45:49 -08:00
soong_app_prebuilt.mk Revert "Revert "Produce mappings of hashes to elf symbols and r8 dictionaries"" 2022-04-06 01:11:20 +00:00
soong_cc_rust_prebuilt.mk Add same_vndk_variants.timestamp to checkbuild 2022-06-02 11:38:12 +09:00
soong_config.mk Obsolete BOARD_PLAT_*_SEPOLICY_DIR 2022-06-09 09:36:52 -07:00
soong_droiddoc_prebuilt.mk Non-module targets. 2022-04-12 18:57:15 -07:00
soong_java_prebuilt.mk Revert "Revert "Produce mappings of hashes to elf symbols and r8 dictionaries"" 2022-04-06 01:11:20 +00:00
static_java_library.mk Move manifest generation logic into static_java_library.mk 2022-01-06 18:47:57 +00:00
static_library.mk
static_library_internal.mk
suite_host_config.mk
support_libraries.mk
sysprop.mk Merge "Revert "Rename init_boot properties to ro.init_boot.*"" 2022-03-23 23:27:02 +00:00
target_test_internal.mk Add MTE ELF note to makefile-generated native tests. 2021-03-15 10:45:05 -07:00
use_lld_setup.mk
version_defaults.mk Merge SP2A.220505.002 2022-05-03 20:54:36 +00:00
version_util.mk Drop the PLATFORM_VERSION_CODENAME conditional 2022-04-29 09:09:03 +00:00
WINPTHREADS_COPYING