lineage: products: Fix lineage_sdk_phone_x86_64 emulator target

necessary after merge of tag 'android-14.0.0_r29':

 4bf479f Retire obsolete emulator targets and boards

 the sdk_phone* targets are replaced with sdk_phone64*,
 the emulator* boards are replaced with emu64* in
 the device/generic/goldfish folder.

Change-Id: Ie36e73684d586223bbce642a62cf155a3990713e
This commit is contained in:
mse1969 2024-03-24 15:37:31 +01:00
parent 5d26fdd797
commit 1c69ed407e

View file

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
$(call inherit-product, build/target/product/sdk_phone_x86_64.mk) $(call inherit-product, device/generic/goldfish/64bitonly/product/sdk_phone64_x86_64.mk)
include vendor/lineage/build/target/product/lineage_generic_target.mk include vendor/lineage/build/target/product/lineage_generic_target.mk