Merge "Revert "Convert Development/Android.mk to Android.bp"" am: 056344fcf6
Original change: https://android-review.googlesource.com/c/platform/development/+/1691914 Change-Id: I4653808dcbf1701eae49c5238d746e6dd60cf4a5
This commit is contained in:
@@ -1,30 +0,0 @@
|
||||
package {
|
||||
default_applicable_licenses: ["development_apps_Development_license"],
|
||||
}
|
||||
|
||||
// See: http://go/android-license-faq
|
||||
license {
|
||||
name: "development_apps_Development_license",
|
||||
visibility: [":__subpackages__"],
|
||||
license_kinds: [
|
||||
"SPDX-license-identifier-Apache-2.0",
|
||||
],
|
||||
license_text: [
|
||||
"NOTICE",
|
||||
],
|
||||
}
|
||||
|
||||
android_app {
|
||||
name: "Development",
|
||||
libs: [
|
||||
"android.test.runner.stubs",
|
||||
"telephony-common",
|
||||
"org.apache.http.legacy",
|
||||
],
|
||||
srcs: [
|
||||
"**/*.java",
|
||||
"src/com/android/development/IRemoteService.aidl",
|
||||
],
|
||||
platform_apis: true,
|
||||
certificate: "platform",
|
||||
}
|
||||
18
apps/Development/Android.mk
Normal file
18
apps/Development/Android.mk
Normal file
@@ -0,0 +1,18 @@
|
||||
LOCAL_PATH:= $(call my-dir)
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
|
||||
LOCAL_JAVA_LIBRARIES := android.test.runner.stubs telephony-common org.apache.http.legacy
|
||||
|
||||
LOCAL_SRC_FILES := $(call all-subdir-java-files) \
|
||||
src/com/android/development/IRemoteService.aidl \
|
||||
|
||||
LOCAL_PACKAGE_NAME := Development
|
||||
LOCAL_LICENSE_KINDS := SPDX-license-identifier-Apache-2.0
|
||||
LOCAL_LICENSE_CONDITIONS := notice
|
||||
LOCAL_NOTICE_FILE := $(LOCAL_PATH)/NOTICE
|
||||
LOCAL_PRIVATE_PLATFORM_APIS := true
|
||||
LOCAL_CERTIFICATE := platform
|
||||
|
||||
include $(BUILD_PACKAGE)
|
||||
Reference in New Issue
Block a user