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:
parent
5d26fdd797
commit
1c69ed407e
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue