Searched refs:aidl (Results 1 – 18 of 18) sorted by relevance
/build/soong/sdk/ |
D | cc_sdk_test.go | 575 aidl: { 637 …mynativelib/android_arm64_armv8-a_shared/gen/aidl/aidl/foo/bar/Test.h -> arm64/include_gen/mynativ… 638 …ynativelib/android_arm64_armv8-a_shared/gen/aidl/aidl/foo/bar/BnTest.h -> arm64/include_gen/mynati… 639 …ynativelib/android_arm64_armv8-a_shared/gen/aidl/aidl/foo/bar/BpTest.h -> arm64/include_gen/mynati… 641 …nativelib/android_arm_armv7-a-neon_shared/gen/aidl/aidl/foo/bar/Test.h -> arm/include_gen/mynative… 642 …ativelib/android_arm_armv7-a-neon_shared/gen/aidl/aidl/foo/bar/BnTest.h -> arm/include_gen/mynativ… 643 …ativelib/android_arm_armv7-a-neon_shared/gen/aidl/aidl/foo/bar/BpTest.h -> arm/include_gen/mynativ… 850 aidl: { 913 …es/mynativelib/linux_glibc_x86_64_shared/gen/aidl/aidl/foo/bar/Test.h -> x86_64/include_gen/mynati… 914 …s/mynativelib/linux_glibc_x86_64_shared/gen/aidl/aidl/foo/bar/BnTest.h -> x86_64/include_gen/mynat… [all …]
|
D | java_sdk_test.go | 176 aidl: { 210 aidl/foo/bar/Test.aidl -> aidl/aidl/foo/bar/Test.aidl 232 aidl: { 270 aidl/foo/bar/Test.aidl -> aidl/aidl/foo/bar/Test.aidl 351 aidl: { 385 aidl/foo/bar/Test.aidl -> aidl/aidl/foo/bar/Test.aidl 407 aidl: { 445 aidl/foo/bar/Test.aidl -> aidl/aidl/foo/bar/Test.aidl
|
/build/soong/java/ |
D | sdk_test.go | 48 aidl string 56 aidl: "-Iframework/aidl", 64 aidl: "", 73 aidl: "-Iframework/aidl", 82 aidl: "-pprebuilts/sdk/29/public/framework.aidl", 92 aidl: "-pprebuilts/sdk/30/public/framework.aidl", 101 aidl: "-p" + buildDir + "/framework.aidl", 110 aidl: "-p" + buildDir + "/framework.aidl", 119 aidl: "-pprebuilts/sdk/29/public/framework.aidl", 129 aidl: "-pprebuilts/sdk/30/public/framework.aidl", [all …]
|
D | sdk.go | 341 aidl := filepath.Join(public_dir, "framework.aidl") 343 aidlPath := android.ExistentPathForSource(ctx, aidl) 359 …tx.PropertyErrorf("sdk_version", "invalid sdk version %q, %q does not exist", sdkVersion.raw, aidl) 371 aidl: android.OptionalPathForPath(aidlPath.Path()), 376 toModule := func(modules []string, res string, aidl android.Path) sdkDep { 383 aidl: android.OptionalPathForPath(aidl), 567 aidl := android.PathForOutput(ctx, "aidl", pathtools.ReplaceExtension(jar.Base(), "aidl")) 570 Text("rm -f").Output(aidl) 574 Output(aidl) 576 aidls = append(aidls, aidl)
|
D | testing.go | 145 aidl: {
|
D | java_test.go | 999 aidl := ctx.ModuleForTests("bar-doc", "android_common").Rule("aidl") 1000 if g, w := barDoc.Implicits.Strings(), aidl.Output.String(); !inList(w, g) { 1004 …if g, w := aidl.Implicits.Strings(), []string{"bar-doc/IBar.aidl", "bar-doc/IFoo.aidl"}; !reflect.…
|
D | java.go | 614 aidl android.OptionalPath member 972 deps.aidlPreprocess = sdkDep.aidl 974 deps.aidlPreprocess = sdkDep.aidl
|
D | droiddoc.go | 534 deps.aidlPreprocess = sdkDep.aidl 536 deps.aidlPreprocess = sdkDep.aidl
|
/build/soong/cc/ |
D | gen_test.go | 34 aidl := ctx.ModuleForTests("libfoo", "android_arm_armv7-a-neon_shared").Rule("aidl") 37 if !inList("-I"+filepath.Dir(aidl.Output.String()), libfoo.flags.Local.CommonFlags) { 58 aidl := ctx.ModuleForTests("libfoo", "android_arm_armv7-a-neon_shared").Rule("aidl") 61 if !inList("-I"+filepath.Dir(aidl.Output.String()), libfoo.flags.Local.CommonFlags) { 65 aidlCommand := aidl.RuleParams.Command
|
/build/make/core/ |
D | java.mk | 102 aidl_sources := $(filter %.aidl,$(LOCAL_SRC_FILES)) 113 aidl_preprocess_import := $(call resolve-prebuilt-sdk-aidl-path,$(LOCAL_SDK_VERSION)) 121 $(eval $(call define-aidl-java-rule,$(s),$(intermediates.COMMON)/aidl,aidl_java_sources)))
|
D | definitions.mk | 326 $(call all-named-files-under,I*.aidl,$(1)) 1007 define transform-aidl-to-java 1014 define transform-aidl-to-cpp 1018 $(hide) $(AIDL_CPP) -d$(basename $@).aidl.d --ninja $(PRIVATE_AIDL_FLAGS) \ 1028 define define-aidl-java-rule 1029 define-aidl-java-rule-src := $(patsubst %.aidl,%.java,$(subst ../,dotdot/,$(addprefix $(2)/,$(1)))) 1030 $$(define-aidl-java-rule-src) : $(call clean-path,$(LOCAL_PATH)/$(1)) $(AIDL) 1031 $$(transform-aidl-to-java) 1032 $(3) += $$(define-aidl-java-rule-src) 1041 define define-aidl-cpp-rule [all …]
|
D | binary.mk | 786 aidl_src := $(strip $(filter %.aidl,$(my_src_files))) 791 aidl_gen_cpp_root := $(intermediates)/aidl-generated/src 792 aidl_gen_include_root := $(intermediates)/aidl-generated/include 797 $(eval $(call define-aidl-cpp-rule,$(s),$(aidl_gen_cpp_root),aidl_gen_cpp))) 799 $(call include-depfile,$(addsuffix .aidl.d,$(basename $(cpp))),$(cpp)))
|
D | java_common.mk | 183 %.java %.aidl %.proto %.logtags, \
|
D | config.mk | 1124 resolve-prebuilt-sdk-aidl-path = $(call get-prebuilt-sdk-dir,$(call get-sdk-version,$(1)))/framewor…
|
/build/soong/androidmk/androidmk/ |
D | androidmk_test.go | 472 aidl: {
|
/build/soong/makedeps/ |
D | deps_test.go | 155 …frameworks/base/tests/net/integration/src/com/android/server/net/integrationtests/HttpResponse.aidl
|
/build/ |
D | CleanSpec.mk | 628 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/target/common/obj/framework.aidl)
|
/build/make/ |
D | CleanSpec.mk | 628 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/target/common/obj/framework.aidl)
|