Skip to content

Commit

Permalink
addons: iconpacks: Android.mk -> Android.bp
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 2db9fe7 commit c5728b4
Show file tree
Hide file tree
Showing 8 changed files with 84 additions and 124 deletions.
21 changes: 21 additions & 0 deletions themes/iconpacks/IconPackAuroraSystemUIOverlay/Android.bp
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
//
// Copyright 2022, The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//

runtime_resource_overlay {
name: "IconPackAuroraSystemUIOverlay",
theme: "IconPackAuroraSystemUI",
product_specific: true,
}
31 changes: 0 additions & 31 deletions themes/iconpacks/IconPackAuroraSystemUIOverlay/Android.mk

This file was deleted.

21 changes: 21 additions & 0 deletions themes/iconpacks/IconPackGradiconSystemUIOverlay/Android.bp
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
//
// Copyright 2022, The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//

runtime_resource_overlay {
name: "IconPackGradiconSystemUIOverlay",
theme: "IconPackGradiconSystemUI",
product_specific: true,
}
31 changes: 0 additions & 31 deletions themes/iconpacks/IconPackGradiconSystemUIOverlay/Android.mk

This file was deleted.

21 changes: 21 additions & 0 deletions themes/iconpacks/IconPackLornSystemUIOverlay/Android.bp
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
//
// Copyright 2022, The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//

runtime_resource_overlay {
name: "IconPackLornSystemUIOverlay",
theme: "IconPackLornSystemUI",
product_specific: true,
}
31 changes: 0 additions & 31 deletions themes/iconpacks/IconPackLornSystemUIOverlay/Android.mk

This file was deleted.

21 changes: 21 additions & 0 deletions themes/iconpacks/IconPackPlumpySystemUIOverlay/Android.bp
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
//
// Copyright 2022, The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//

runtime_resource_overlay {
name: "IconPackPlumpySystemUIOverlay",
theme: "IconPackPlumpySystemUI",
product_specific: true,
}
31 changes: 0 additions & 31 deletions themes/iconpacks/IconPackPlumpySystemUIOverlay/Android.mk

This file was deleted.

0 comments on commit c5728b4

Please sign in to comment.