summaryrefslogtreecommitdiff
path: root/pixelstats
diff options
context:
space:
mode:
Diffstat (limited to 'pixelstats')
-rw-r--r--pixelstats/Android.bp6
-rw-r--r--pixelstats/pixelstats-vendor.gs201.rc (renamed from pixelstats/pixelstats-vendor.gs101.rc)0
2 files changed, 3 insertions, 3 deletions
diff --git a/pixelstats/Android.bp b/pixelstats/Android.bp
index 5d594d1..95f2bcf 100644
--- a/pixelstats/Android.bp
+++ b/pixelstats/Android.bp
@@ -16,17 +16,17 @@
package {
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
- // all of the 'license_kinds' from "//device/google/gs201:device_google_gs101_license"
+ // all of the 'license_kinds' from "//device/google/gs201:device_google_gs201_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: [
- "//device/google/gs201:device_google_gs101_license",
+ "//device/google/gs201:device_google_gs201_license",
],
}
cc_binary {
name: "pixelstats-vendor",
- init_rc: ["pixelstats-vendor.gs101.rc"],
+ init_rc: ["pixelstats-vendor.gs201.rc"],
srcs: [
"service.cpp",
],
diff --git a/pixelstats/pixelstats-vendor.gs101.rc b/pixelstats/pixelstats-vendor.gs201.rc
index d324b6a..d324b6a 100644
--- a/pixelstats/pixelstats-vendor.gs101.rc
+++ b/pixelstats/pixelstats-vendor.gs201.rc