Skip to content

Commit

Permalink
addons: Fix compilation for Nostalgic icon pack
Browse files Browse the repository at this point in the history
Signed-off-by: Pranav Vashi <[email protected]>
  • Loading branch information
neobuddy89 committed Oct 6, 2024
1 parent 11fc203 commit 2db9fe7
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 46 deletions.
9 changes: 0 additions & 9 deletions themes/iconpacks/IconPackNostalgicAndroidOverlay/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,6 @@
// limitations under the License.
//

package {
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "vendor_aospa_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["vendor_aospa_license"],
}

runtime_resource_overlay {
name: "IconPackNostalgicAndroidOverlay",
theme: "IconPackNostalgicAndroid",
Expand Down
9 changes: 0 additions & 9 deletions themes/iconpacks/IconPackNostalgicLauncherOverlay/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,6 @@
// limitations under the License.
//

package {
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "vendor_aospa_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["vendor_aospa_license"],
}

runtime_resource_overlay {
name: "IconPackNostalgicLauncherOverlay",
theme: "IconPackNostalgicLauncher",
Expand Down
9 changes: 0 additions & 9 deletions themes/iconpacks/IconPackNostalgicSettingsOverlay/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,6 @@
// limitations under the License.
//

package {
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "vendor_aospa_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["vendor_aospa_license"],
}

runtime_resource_overlay {
name: "IconPackNostalgicSettingsOverlay",
theme: "IconPackNostalgicSettings",
Expand Down
9 changes: 0 additions & 9 deletions themes/iconpacks/IconPackNostalgicSystemUIOverlay/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,6 @@
// limitations under the License.
//

package {
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "vendor_aospa_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["vendor_aospa_license"],
}

runtime_resource_overlay {
name: "IconPackNostalgicSystemUIOverlay",
theme: "IconPackNostalgicSystemUI",
Expand Down
10 changes: 0 additions & 10 deletions themes/iconpacks/IconPackNostalgicThemePickerOverlay/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,8 @@
// limitations under the License.
//

package {
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "vendor_aospa_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["vendor_aospa_license"],
}

runtime_resource_overlay {
name: "IconPackNostalgicThemePickerOverlay",
theme: "IconPackNostalgicThemePicker",
certificate: "platform",
product_specific: true,
}

0 comments on commit 2db9fe7

Please sign in to comment.