Home
last modified time | relevance | path

Searched refs:sdk (Results 1 – 25 of 47) sorted by relevance

12

/system/libvintf/include/vintf/
DVndk.h34 : sdk(s), vndk(v), patchMin(pi), patchMax(pa) {} in VndkVersionRange()
38 size_t sdk; member
64 return lft.sdk == rgt.sdk && lft.vndk == rgt.vndk &&
/system/libartpalette/
DAndroid.bp98 // It used to be in prebuilts/sdk/mainline, but this doesn't work for ART
99 // unbundled which also includes the prebuilts/sdk git repository. We need to find
101 sdk {
102 name: "platform-mainline-sdk",
/system/core/fastboot/
DAndroid.mk24 $(call dist-for-goals,dist_files sdk,$(my_dist_files))
DAndroid.bp350 "sdk",
351 "sdk-repo-platform-tools",
/system/sepolicy/prebuilts/api/33.0/private/
Dsdk_sandbox.te4 ### This file defines the security policy for the sdk sandbox processes.
37 # allow sdk sandbox to use UDP sockets provided by the system server but not
42 # allow sandbox to search in sdk system server directory
45 # allow sandbox to create files and dirs in sdk data directory
Dfile.te29 # /data/misc_{ce/de}/<user>/sdksandbox root data directory for sdk sandbox processes
31 # /data/misc_{ce/de}/<user>/sdksandbox/<app-name>/* subdirectory for sdk sandbox processes
/system/sepolicy/prebuilts/api/34.0/private/
Dsdk_sandbox_all.te19 # allow sdk sandbox to use UDP sockets provided by the system server but not
24 # allow sandbox to search in sdk system server directory
27 # allow sandbox to create files and dirs in sdk data directory
31 # allow apps to pass open fds to the sdk sandbox
Dsdk_sandbox_next.te4 ### This file defines the security policy for the sdk sandbox processes
Dsdk_sandbox_34.te4 ### This file defines the security policy for the sdk sandbox processes
Dfile.te30 # /data/misc_{ce/de}/<user>/sdksandbox root data directory for sdk sandbox processes
32 # /data/misc_{ce/de}/<user>/sdksandbox/<app-name>/* subdirectory for sdk sandbox processes
Dseapp_contexts31 # user=_sdksandbox will match sdk sandbox process for an app.
51 # isSdkSandboxNext=true means sdk sandbox processes will get
/system/sepolicy/private/
Dsdk_sandbox_all.te19 # allow sdk sandbox to use UDP sockets provided by the system server but not
24 # allow sandbox to search in sdk system server directory
27 # allow sandbox to create files and dirs in sdk data directory
31 # allow apps to pass open fds to the sdk sandbox
Dsdk_sandbox_next.te4 ### This file defines the security policy for the sdk sandbox processes
Dsdk_sandbox_34.te4 ### This file defines the security policy for the sdk sandbox processes
Dfile.te30 # /data/misc_{ce/de}/<user>/sdksandbox root data directory for sdk sandbox processes
32 # /data/misc_{ce/de}/<user>/sdksandbox/<app-name>/* subdirectory for sdk sandbox processes
/system/tools/aidl/build/
DAndroid.bp121 name: "test-piece-ndk-sdk-29",
142 name: "test-piece-ndk-sdk-30",
163 name: "test-piece-ndk-sdk-31",
184 name: "test-piece-ndk-sdk-32",
205 name: "test-piece-ndk-sdk-33",
/system/core/init/
Dutil.cpp761 int sdk = 0; in FilterVersionedConfigs() local
773 sdk = 0; in FilterVersionedConfigs()
776 int r = sscanf(suffix.c_str(), "%d%8s", &sdk, trailer); in FilterVersionedConfigs()
785 if (sdk < 0 || sdk > active_sdk) { in FilterVersionedConfigs()
796 if (it == script_map.end() || it->second.second < sdk) { in FilterVersionedConfigs()
797 script_map[base] = std::make_pair(c, sdk); in FilterVersionedConfigs()
/system/media/audio_utils/
DAndroid.bp29 // referenced from CTS/MTS test suite which must run on sdk 29, make sure it's compatible
30 // (revisit if/when we add features to this library that require newer sdk.
/system/core/libutils/
DAndroid.bp25 "apex-lowest-min-sdk-version",
131 "apex-lowest-min-sdk-version",
/system/libsysprop/srcs/android/sysprop/
DPowerProperties.sysprop48 # Waives the minimum target-sdk check for android.os.PowerManager#ACQUIRE_CAUSES_WAKEUP
/system/chre/external/pigweed/
Dpw_rpc.mk113 COMMON_CFLAGS += -I$(PIGWEED_DIR)/third_party/fuchsia/repo/sdk/lib/fit/include
114 COMMON_CFLAGS += -I$(PIGWEED_DIR)/third_party/fuchsia/repo/sdk/lib/stdcompat/include
/system/apex/apexer/
Druntests.sh89 --android_jar_path ${ANDROID_BUILD_TOP}/prebuilts/sdk/current/public/android.jar \
/system/core/fs_mgr/libdm/
Ddm.cpp196 int sdk = android::base::GetIntProperty("ro.build.version.sdk", 0); in WaitForDevice() local
197 if (non_ab_device && sdk && sdk <= 29) { in WaitForDevice()
/system/apex/shim/build/
DAndroid.bp454 …-lineage $(location :com.android.apex.rotation.key.bob.rot) --rotation-min-sdk-version 28 --out $(…
472 …$(location :com.android.apex.rotation.key.bob.rot.rollback) --rotation-min-sdk-version 28 --out $(…
507 …-lineage $(location :com.android.apex.rotation.key.bob.rot) --rotation-min-sdk-version 28 --out $(…
533 // Apex shim that targets an old sdk (P)
547 // Apex shim with apk-in-apex that targets sdk P
/system/libvintf/
Dparse_string.cpp288 if (!ParseUint(minVector[0], &vr->sdk) || in parse()
302 os << vr.sdk << "." << vr.vndk << "." << vr.patchMin; in operator <<()

12