Searched refs:bp (Results 1 – 25 of 65) sorted by relevance
123
/system/sepolicy/tools/ |
D | policy_version_check.sh | 4 BP=$(awk -F= '/DSEPOLICY_VERSION/ { print $2 }' Android.bp | awk -F\" ' { print $1 }') 7 echo "POLICYVERS in Android.mk must match DSEPOLICY_VERSION in Android.bp" 1>&2
|
/system/apex/ |
D | Android.bp | 2 // To use in other Android.bp files, add the following lines: 4 // from: "system/apex/Android.bp",
|
/system/tools/hidl/test/format_test/ |
D | Android.bp | 32 … "cp $$(dirname $(in) | uniq)/Android.bp $(genDir)/system/tools/hidl/test/format_test/1.0 && " + 35 "1.0/Android.bp", 41 "system/tools/hidl/test/format_test/1.0/Android.bp",
|
/system/tools/aidl/build/ |
D | aidl_test.go | 57 func _testAidl(t *testing.T, bp string, customizers ...android.FixturePreparer) android.FixturePrep… 68 bp = bp + ` 133 preparers = append(preparers, android.FixtureWithRootAndroidBp(bp)) 178 func testAidl(t *testing.T, bp string, customizers ...android.FixturePreparer) (*android.TestContex… 180 preparer := _testAidl(t, bp, customizers...) 185 func testAidlError(t *testing.T, pattern, bp string, customizers ...android.FixturePreparer) { 187 preparer := _testAidl(t, bp, customizers...) 383 …expectedError := `Android.bp:10:2: module \"bar\" variant \"android_common\": foo-V2-java is disal… 969 "otherpackage/Android.bp": []byte(` 1008 "foo/Android.bp": []byte(` [all …]
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/ |
D | BpIntEnum.h | 1 #error TODO(b/111362593) enums do not have bp classes
|
D | BpConstantExpressionEnum.h | 1 #error TODO(b/111362593) enums do not have bp classes
|
D | BpLongEnum.h | 1 #error TODO(b/111362593) enums do not have bp classes
|
D | BpDeprecatedEnum.h | 1 #error TODO(b/111362593) enums do not have bp classes
|
D | BpOtherParcelableForToString.h | 1 #error TODO(b/111362593) defined_types do not have bp classes
|
D | BpUnion.h | 1 #error TODO(b/111362593) defined_types do not have bp classes
|
D | BpUnionWithFd.h | 1 #error TODO(b/111362593) defined_types do not have bp classes
|
D | BpDeprecatedParcelable.h | 1 #error TODO(b/111362593) defined_types do not have bp classes
|
D | BpBackendType.h | 1 #error TODO(b/111362593) enums do not have bp classes
|
D | BpGenericStructuredParcelable.h | 1 #error TODO(b/111362593) defined_types do not have bp classes
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/unions/ |
D | BpEnumUnion.h | 1 #error TODO(b/111362593) defined_types do not have bp classes
|
D | BpUnionInUnion.h | 1 #error TODO(b/111362593) defined_types do not have bp classes
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | BpConstantExpressionEnum.h | 1 #error TODO(b/111362593) enums do not have bp classes
|
D | BpUnion.h | 1 #error TODO(b/111362593) parcelables do not have bp classes
|
D | BpIntEnum.h | 1 #error TODO(b/111362593) enums do not have bp classes
|
D | BpByteEnum.h | 1 #error TODO(b/111362593) enums do not have bp classes
|
D | BpLongEnum.h | 1 #error TODO(b/111362593) enums do not have bp classes
|
D | BpDeprecatedEnum.h | 1 #error TODO(b/111362593) enums do not have bp classes
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-ndk-source/gen/include/aidl/android/aidl/loggable/ |
D | BpEnum.h | 1 #error TODO(b/111362593) enums do not have bp classes
|
D | BpUnion.h | 1 #error TODO(b/111362593) defined_types do not have bp classes
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/unions/ |
D | BpEnumUnion.h | 1 #error TODO(b/111362593) parcelables do not have bp classes
|
123